UNPKG

muinotify

Version:

muinotify has an imperative API that makes it easy to display snackbars, without having to handle their open/close state. It also enables you to stack them on top of one another (although this is discouraged by the Material Design guidelines).

4 lines (3 loc) 173 B
export { default as MuiNotifyProvider } from "./provider"; export { default as useNotifier } from "./useNotifier"; export { default as withNotifier } from "./withNotifier";