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