UNPKG

@chief-editor/editor

Version:

FlowEditor Editor

9 lines (8 loc) 403 B
import { Editor, ISetBrickDataCommand } from '@chief-editor/core'; export declare function setBrickData(data: ISetBrickDataCommand, editor: Editor): [boolean, ISetBrickDataCommand]; export declare function resetSetBrickData(data: ISetBrickDataCommand, editor: Editor): boolean; declare const _default: { execute: typeof setBrickData; reset: typeof resetSetBrickData; }; export default _default;