RAMP4 - v4.21.0
    Preparing search index...
    useAppbarStore: StoreDefinition<
        "appbar",
        Pick<
            {
                addTempButton: (value: string) => void;
                items: Ref<AppbarItemSet, AppbarItemSet>;
                order: Ref<string[][], string[][]>;
                removeButton: (value: string) => void;
                temporary: Ref<string[], string[]>;
                visible: ComputedRef<(string | AppbarItemInstance)[][]>;
            },
            "items"
            | "order"
            | "temporary",
        >,
        Pick<
            {
                addTempButton: (value: string) => void;
                items: Ref<AppbarItemSet, AppbarItemSet>;
                order: Ref<string[][], string[][]>;
                removeButton: (value: string) => void;
                temporary: Ref<string[], string[]>;
                visible: ComputedRef<(string | AppbarItemInstance)[][]>;
            },
            "visible",
        >,
        Pick<
            {
                addTempButton: (value: string) => void;
                items: Ref<AppbarItemSet, AppbarItemSet>;
                order: Ref<string[][], string[][]>;
                removeButton: (value: string) => void;
                temporary: Ref<string[], string[]>;
                visible: ComputedRef<(string | AppbarItemInstance)[][]>;
            },
            "addTempButton"
            | "removeButton",
        >,
    > = ...