UNPKG

@taze-editor/taze-core

Version:

Taze Editor's core package - makes easier to create rich text editor

4 lines 215 B
import { ReactEditor } from "slate-react"; import { TEditor, Value } from "../editor/TEditor"; export type TReactEditor<V extends Value = Value> = TEditor<V> & ReactEditor; //# sourceMappingURL=TReactEditor.d.ts.map