UNPKG

@wangeditor-next/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

4 lines (3 loc) 202 B
import type { IDomEditor } from '@wangeditor-next/editor'; export declare const EditorContext: import("react").Context<IDomEditor | null>; export declare const useEditorStatic: () => IDomEditor | null;