UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

9 lines (8 loc) 466 B
import { CommandOptions } from '../command-base'; import { IntervalCommandStateEx } from '../command-states'; import { NumberingListCommandBase } from './numbering-list-command-base'; export declare class ContinueNumberingListCommand extends NumberingListCommandBase { getState(options?: CommandOptions): IntervalCommandStateEx; executeCore(state: IntervalCommandStateEx, options: CommandOptions): boolean; private getTargetNumberingListIndex; }