DrawerSlotProps

external interface DrawerSlotProps : Props(source)

Properties

Link copied to clipboard
abstract var backdrop: BackdropProps?

TS: SlotProps< React.ElementType, DrawerBackdropSlotPropsOverrides, DrawerOwnerState >

Link copied to clipboard

TS: SlotProps<'div', DrawerDockedSlotPropsOverrides, DrawerOwnerState>

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

TS: SlotProps< React.ElementType, DrawerPaperSlotPropsOverrides, DrawerOwnerState >

Link copied to clipboard
abstract var root: ModalProps?

TS: SlotProps, DrawerRootSlotPropsOverrides, DrawerOwnerState>

Link copied to clipboard

TS: SlotProps< React.ElementType, TransitionProps & DrawerTransitionSlotPropsOverrides, DrawerOwnerState >

Functions

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