CDP Frontend SDK
    Preparing search index...

    Interface ModalContentProps

    Props for the ModalContent component.

    interface ModalContentProps {
        overlayClassName?: string;
        overlayStyle?: CSSProperties;
    }

    Hierarchy (View Summary)

    Index

    Properties

    overlayClassName?: string

    The class name to apply to the overlay.

    overlayStyle?: CSSProperties

    The style to apply to the overlay.