diff options
Diffstat (limited to 'src/client/sync/index.ts')
| -rw-r--r-- | src/client/sync/index.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/sync/index.ts b/src/client/sync/index.ts index 2472871..a602753 100644 --- a/src/client/sync/index.ts +++ b/src/client/sync/index.ts @@ -39,3 +39,12 @@ export { type ConflictResolutionResult, type ConflictResolverOptions, } from "./conflict"; + +export { + createSyncManager, + SyncManager, + type SyncManagerEvent, + type SyncManagerListener, + type SyncManagerOptions, + type SyncResult, +} from "./manager"; |
