UNPKG

@navinc/base-react-components

Version:
7 lines (6 loc) 227 B
import { ToastProps } from './types.js'; export declare const ToastContext: import("react").Context<{ info: (toast: ToastProps) => void; error: (toast: ToastProps) => void; success: (toast: ToastProps) => void; }>;