UNPKG
@c-standard/angular-devui-extension
Version:
latest (13.3.0)
13.3.0
13.2.5
13.2.4
an extensional components lib for devui
@c-standard/angular-devui-extension
/
notify
/
notify.d.ts
8 lines
(7 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export interface NotifyOptions { type?:
'success'
|
'danger'
|
'warning'
|
'info'
|
'simple'
;
top
?: number; message?: string; delay?: number; maxNumber?: number; }