UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

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