Rezi
    Preparing search index...

    Type Alias LayerProps

    LayerProps: Readonly<
        {
            backdrop?: BackdropStyle;
            closeOnEscape?: boolean;
            content: VNode;
            frameStyle?: OverlayFrameStyle;
            id: string;
            key?: string;
            modal?: boolean;
            onClose?: () => void;
            zIndex?: number;
        },
    >

    Props for a layer in the layer stack.