UNPKG

syncbasestore

Version:

Lightweight reactive store with built-in filtering and async state handling

4 lines (3 loc) 192 B
import { SyncBaseStore } from './SyncBaseStore'; export declare function configureSyncBase<T>(initialState: T): SyncBaseStore<any>; export declare function getSyncBase<T>(): SyncBaseStore<T>;