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