UNPKG

@amaui/ui-react

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