UNPKG

301 BTypeScriptView Raw
1import { Editor, Operation } from '../../index';
2export interface GeneralTransforms {
3 /**
4 * Transform the editor by an operation.
5 */
6 transform: (editor: Editor, op: Operation) => void;
7}
8export declare const GeneralTransforms: GeneralTransforms;
9//# sourceMappingURL=general.d.ts.map
\No newline at end of file