4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
|
|
import type { ToastServiceMethods } from 'primevue/toastservice';
|
||
|
|
|
||
|
|
export declare function useToast(): ToastServiceMethods;
|