UNPKG

collaborative-ui

Version:

React component library for building real-time collaborative editing applications.

4 lines (3 loc) 162 B
import type { DemoDefinition } from './types'; export declare const text: DemoDefinition[]; export declare const get: (id: string) => DemoDefinition | undefined;