@evlmaistrenko/tools-react
    Preparing search index...

    Interface WithOverlayProps

    interface WithOverlayProps {
        overlaid?: boolean;
        overlayProps?: Omit<HTMLAttributes<HTMLDivElement>, "children">;
    }

    Hierarchy

    • HTMLAttributes<HTMLDivElement>
      • WithOverlayProps
    Index

    Properties

    overlaid?: boolean

    Whether or not the overlay is visible.

    overlayProps?: Omit<HTMLAttributes<HTMLDivElement>, "children">

    Properties of overlay-node.