@developmentseed/stac-map
    Preparing search index...

    Variable useStoreConst

    useStore: UseBoundStore<
        WithPersist<
            StoreApi<State>,
            {
                addErrorListener: boolean;
                fillColor: Color;
                hivePartitioning: boolean;
                lineColor: Color;
                projection: Projection;
                tokens: Record<string, string>;
            },
        >,
    > = ...

    Zustand hook for the shared stac-map store. The store is a singleton — host apps can read filters, the loaded value, the active href, etc., or call setters to drive the map programmatically.