devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
8 lines (7 loc) • 424 B
TypeScript
import { CommandOptions } from '../command-base';
import { IntervalCommandStateEx } from '../command-states';
import { NumberingListCommandBase } from './numbering-list-command-base';
export declare class RestartNumberingListCommand extends NumberingListCommandBase {
getState(options?: CommandOptions): IntervalCommandStateEx;
executeCore(_state: IntervalCommandStateEx, options: CommandOptions): boolean;
}