@tauri-store/valtio - v2.2.0
    Preparing search index...

    Variable getStoreStateConst

    getStoreState: <T extends State>(storeId: string) => Promise<T> = ...

    Gets the state of a store.

    Type declaration

    import { getStoreState } from '@tauri-store/valtio';

    const state = await getStoreState('my-store');