UNPKG

notistack-v2-maintained

Version:

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

4 lines (3 loc) 222 B
import { HTMLAttributes } from "react"; declare const SnackbarContent: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>; export { SnackbarContent };