mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 05:58:07 +01:00
chore(Notification): optional action click type
This commit is contained in:
2
src/runtime/types/notification.d.ts
vendored
2
src/runtime/types/notification.d.ts
vendored
@@ -3,7 +3,7 @@ import type { Button } from './button'
|
||||
import appConfig from '#build/app.config'
|
||||
|
||||
export interface NotificationAction extends Partial<Button> {
|
||||
click: Function
|
||||
click?: Function
|
||||
}
|
||||
|
||||
export interface Notification {
|
||||
|
||||
Reference in New Issue
Block a user