@chief-editor/editor
Version:
FlowEditor Editor
9 lines (8 loc) • 371 B
TypeScript
import { Editor, ISetBrickCommand } from '@chief-editor/core';
export declare function setBrick(data: ISetBrickCommand, editor: Editor): [boolean, ISetBrickCommand];
export declare function resetSetBrick(data: ISetBrickCommand, editor: Editor): boolean;
declare const _default: {
execute: typeof setBrick;
reset: typeof resetSetBrick;
};
export default _default;