videosphere
    Preparing search index...

    Variable SheetOverlayConst

    SheetOverlay: ForwardRefExoticComponent<
        Omit<DialogOverlayProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<
            HTMLDivElement,
        >,
    > = ...

    Full-screen dimmed backdrop shown behind an open sheet.

    Radix overlay props plus optional className.

    Ref forwarded to the overlay element.

    Sheet overlay element.