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