mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
chore(Notification)!: rename progressColor to color and style icon
This also removes `progressVariant` prop
This commit is contained in:
3
src/runtime/types/notification.d.ts
vendored
3
src/runtime/types/notification.d.ts
vendored
@@ -17,7 +17,6 @@ export interface Notification {
|
||||
actions?: NotificationAction[]
|
||||
click?: Function
|
||||
callback?: Function
|
||||
progressColor?: string
|
||||
progressVariant?: string
|
||||
color?: string
|
||||
ui?: Partial<typeof appConfig.ui.notification>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user