platform-bible-react
    Preparing search index...

    Variable DialogContentConst

    DialogContent: ForwardRefExoticComponent<
        Omit<DialogContentProps & RefAttributes<HTMLDivElement>, "ref"> & {
            overlayClassName?: string;
        } & RefAttributes<HTMLDivElement>,
    > = ...

    Main container for dialog content. Renders inside a portal with an overlay backdrop, centered on screen. Includes a close button in the top corner.