json-joy
Version:
Collection of libraries for building collaborative editing apps.
9 lines (8 loc) • 331 B
TypeScript
import { PeritextEventDefaults } from './defaults/PeritextEventDefaults';
import type { Peritext } from '../../../json-crdt-extensions';
/**
* @todo Move into separately importable file.
* @todo Rename to `createDefaults`.
*/
export declare const createEvents: (txt: Peritext) => PeritextEventDefaults;
export * from './types';