Fixed #1836 - For UseToast
parent
990fb8d46e
commit
3ca3ab8f17
|
@ -1,5 +1,3 @@
|
||||||
export declare function useToast(): {
|
import { ToastServiceMethods } from '../toastservice';
|
||||||
add(args:{ severity?: string, summary?: string, detail?: string, life?: number, closable?: boolean, group?: string }): void;
|
|
||||||
removeGroup(group: string): void;
|
export declare function useToast(): ToastServiceMethods;
|
||||||
removeAllGroups(): void;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue