DialogSlots

external interface DialogSlots(source)

Properties

Link copied to clipboard
abstract var backdrop: ElementType<*>?

The component that renders the backdrop.

Link copied to clipboard
abstract var container: ElementType<*>?

The component that renders the container.

Link copied to clipboard
abstract var paper: ElementType<*>?

The component that renders the paper.

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

The component that renders the root.

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.