Skip to main content

DialogProps

DialogProps = Omit<ModalOverlayProps, "children" | "className"> & Pick<AriaDialogProps, "children"> & RefAttributes<HTMLDivElement> & object

Type Declaration

classNames?

optional classNames: object

classNames.dialog?

optional dialog: AriaDialogProps["className"]

classNames.modal?

optional modal: ModalOverlayProps["className"]

classNames.overlay?

optional overlay: ModalOverlayProps["className"]

parentRef?

optional parentRef: RefObject<HTMLElement | null>

size?

optional size: "small" | "large"