diff options
Diffstat (limited to 'src/client/stores/index.ts')
| -rw-r--r-- | src/client/stores/index.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/stores/index.ts b/src/client/stores/index.ts index 7117bd6..c7f6241 100644 --- a/src/client/stores/index.ts +++ b/src/client/stores/index.ts @@ -5,3 +5,11 @@ export type { AuthState, } from "./auth"; export { ApiClientError, AuthProvider, useAuth } from "./auth"; + +export type { + SyncActions, + SyncContextValue, + SyncProviderProps, + SyncState, +} from "./sync"; +export { SyncProvider, useSync } from "./sync"; |
