UNPKG

notistack-v2-maintained

Version:

Highly customizable notification snackbars (toasts) that can be stacked on top of each other

4 lines (3 loc) 197 B
export { SnackbarProvider, useSnackbar } from "./SnackbarProvider"; export { SnackbarContent } from "./SnackbarContent"; export type { SnackbarKey, SnackbarMessage, OptionsObject } from "./types";