Skip to main content

Dialog()

const Dialog: (props) => null | ReactElement<unknown, string | JSXElementConstructor<any>>

THIS IS A GENERATED FILE. DO NOT ALTER DIRECTLY.

Parameters

props

Omit<ModalOverlayProps, "children" | "className" | "style"> & Pick<DialogProps, "role"> & object & RefAttributes<HTMLDivElement>

Returns

null | ReactElement<unknown, string | JSXElementConstructor<any>>