UNPKG

@onesy/ui-react

Version:
8 lines (7 loc) 246 B
import { ISnackbar } from '../Snackbar/Snackbar'; export declare type ISnackbarsContext = { add: (value: ISnackbar) => void; remove: (id: string) => void; }; declare const OnesySnackbarsContext: any; export default OnesySnackbarsContext;