Rezi
    Preparing search index...

    Type Alias PanelGroupProps

    PanelGroupProps: Readonly<
        {
            accessibleLabel?: string;
            direction: SplitDirection;
            id: string;
            key?: string;
        },
    >

    Props for PanelGroup widget. Container for resizable panels.