UNPKG

collaborative-ui

Version:

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

3 lines (2 loc) 203 B
import type { JsonPatchStore } from 'json-joy/lib/json-crdt/json-patch/JsonPatchStore'; export declare const useStore: <Store extends JsonPatchStore<any>>(store: Store) => Readonly<unknown> | undefined;