CDP Frontend SDK
    Preparing search index...

    Interface FundModalContentProps

    Props for the fund modal content

    interface FundModalContentProps {
        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.