Repository URL to install this package:
|
Version:
0.58.2 ▾
|
import { Editor, Operation } from '..';
export declare const GeneralTransforms: {
/**
* Transform the editor by an operation.
*/
transform(editor: Editor, op: Operation): void;
};
//# sourceMappingURL=general.d.ts.map