mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 12:17:54 +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'
|
import appConfig from '#build/app.config'
|
||||||
|
|
||||||
export interface NotificationAction extends Partial<Button> {
|
export interface NotificationAction extends Partial<Button> {
|
||||||
click: Function
|
click?: Function
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Notification {
|
export interface Notification {
|
||||||
|
|||||||
Reference in New Issue
Block a user