6 lines
231 B
TypeScript
6 lines
231 B
TypeScript
|
|
import { Editor, Operation } from '..';
|
||
|
|
export interface GeneralTransforms {
|
||
|
|
transform: (editor: Editor, op: Operation) => void;
|
||
|
|
}
|
||
|
|
export declare const GeneralTransforms: GeneralTransforms;
|
||
|
|
//# sourceMappingURL=general.d.ts.map
|