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