All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
6 lines
236 B
TypeScript
6 lines
236 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
|