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