UNPKG

collaborative-ui

Version:

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

5 lines (4 loc) 233 B
import * as React from 'react'; import type { JsonCrdtExplorerState } from './JsonCrdtExplorerState'; export declare const context: React.Context<JsonCrdtExplorerState>; export declare const useExplorer: () => JsonCrdtExplorerState;