Style props shared between the Dialog and ConfirmationDialog components. Also accepts:
interface DialogStyleProps extends DimensionsSetProps, FlexContainerSetProps, SpacingSetProps
display | OptionalResponsiveProp<"block" | "flex"> Defines the display type of an element, which consists of the two basic qualities of how an element generates boxes — the outer display type defining how the box participates in flow layout, and the inner display type defining how the children of the box are laid out. |