DialogSlotProps

external interface DialogSlotProps : Props(source)

Properties

Link copied to clipboard
abstract var backdrop: BackdropProps?

TS: SlotProps< React.ElementType, DialogBackdropSlotPropsOverrides, DialogOwnerState >

Link copied to clipboard

TS: SlotProps<'div', DialogContainerSlotPropsOverrides, DialogOwnerState>

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var paper: PaperProps?

TS: SlotProps< React.ElementType, DialogPaperSlotPropsOverrides, DialogOwnerState >

Link copied to clipboard
abstract var root: ModalProps?

TS: SlotProps, DialogRootSlotPropsOverrides, DialogOwnerState>

Link copied to clipboard

TS: SlotComponentProps< React.ElementType, TransitionProps & DialogTransitionSlotPropsOverrides, DialogOwnerState >

Functions

Link copied to clipboard
open inline operator fun Props?.unaryPlus()