UNPKG

@navinc/base-react-components

Version:
6 lines (5 loc) 226 B
export declare const useToast: () => { info: (toast: import("./types.js").ToastProps) => void; error: (toast: import("./types.js").ToastProps) => void; success: (toast: import("./types.js").ToastProps) => void; };