UNPKG
syncbasestore
Version:
latest (0.1.0)
0.1.0
Lightweight reactive store with built-in filtering and async state handling
syncbasestore
/
dist
/
store
/
createSyncBase.d.ts
4 lines
(3 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
import
{
SyncBaseStore
}
from
'./SyncBaseStore'
;
export
declare
function
configureSyncBase<T>(
initialState
: T):
SyncBaseStore
<
any
>;
export
declare
function
getSyncBase<T>():
SyncBaseStore
<T>;