UNPKG

notistack-v2-maintained

Version:

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

11 lines (10 loc) 406 B
import { JSX } from "react"; import { SnackbarProviderProps } from "./types"; interface SnackbarContainerProps { children: JSX.Element | JSX.Element[]; className?: string; dense: SnackbarProviderProps["dense"]; anchorOrigin: NonNullable<SnackbarProviderProps["anchorOrigin"]>; } declare const _default: import("react").NamedExoticComponent<SnackbarContainerProps>; export default _default;