Fixed #645 - Type for useToast
parent
ee81506e57
commit
028a926a27
|
@ -0,0 +1 @@
|
|||
export * from './components/toast/useToast';
|
|
@ -0,0 +1 @@
|
|||
export declare function useToast(): { add(args:{ severity?: string, summary?: string, detail?: string, life?: number, closable?: boolean, group?: string }): void }
|
Loading…
Reference in New Issue