@wordpress/sync
Version:
23 lines (19 loc) • 443 B
text/typescript
/**
* 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';