UNPKG

@wordpress/sync

Version:
8 lines 349 B
import type { SyncManager } from './types'; /** * The sync manager orchestrates the lifecycle of syncing entity records. It * creates Yjs documents, connects to providers, creates awareness instances, * and coordinates with the `core-data` store. */ export declare function createSyncManager(): SyncManager; //# sourceMappingURL=manager.d.ts.map