Rezi
    Preparing search index...

    Type Alias AppShellOptions

    AppShellOptions: Readonly<
        {
            body: VNode;
            footer?: VNode
            | null;
            gap?: number;
            header?: VNode | null;
            id?: string;
            key?: string;
            p?: SpacingValue;
            sidebar?: AppShellSidebar | null;
        } & LayoutConstraints,
    >