UNPKG

slate

Version:

A completely customizable framework for building rich text editors.

9 lines 301 B
import { Editor, Operation } from '../../index'; export interface GeneralTransforms { /** * Transform the editor by an operation. */ transform: (editor: Editor, op: Operation) => void; } export declare const GeneralTransforms: GeneralTransforms; //# sourceMappingURL=general.d.ts.map