devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 335 B
TypeScript
import { ICommandOptions } from '../command-base';
import { SimpleCommandState } from '../command-states';
import { HyperlinkCommandBase } from './hyperlink-command-base';
export declare class RemoveHyperlinkCommand extends HyperlinkCommandBase {
executeCore(state: SimpleCommandState, _options: ICommandOptions): boolean;
}