UNPKG

@wordpress/sync

Version:
14 lines 470 B
/** * WordPress dependencies */ /** * Internal dependencies */ /** * Exported copy of Yjs so that consumers of this package don't need to install it. */ export * as Y from 'yjs'; export { CRDT_DOC_META_PERSISTENCE_KEY, CRDT_RECORD_MAP_KEY, LOCAL_EDITOR_ORIGIN, LOCAL_SYNC_MANAGER_ORIGIN, WORDPRESS_META_KEY_FOR_CRDT_DOC_PERSISTENCE, } from './config'; export { createSyncManager } from './manager'; export type * from './types'; //# sourceMappingURL=index.d.ts.map