devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 338 B
TypeScript
import { CommandSimpleOptions } from '../command-base';
import { ICommandState } from '../i-command';
import { SelectionCommandBase } from './selection-command-base';
export declare class SelectParagraphCommand extends SelectionCommandBase {
executeCore(_state: ICommandState, options: CommandSimpleOptions<number>): boolean;
}