SnackbarSlots

external interface SnackbarSlots(source)

Properties

Link copied to clipboard

The component that renders the clickAwayListener slot.

Link copied to clipboard
abstract var content: ElementType<*>

The component that renders the content slot.

Link copied to clipboard
abstract var root: ElementType<*>

The component that renders the root slot.

Link copied to clipboard
abstract var transition: ElementType<*>

The component that renders the transition. /material-ui/transitions/#transitioncomponent-prop to learn more about the requirements for this component.