devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 383 B
TypeScript
import { DestinationType } from '../utils/destination-type';
import { HyperlinkPropertyValueDestination } from './hyperlink-property-value-destination';
export declare class HyperlinkLocationValueDestination extends HyperlinkPropertyValueDestination {
protected get destinationType(): DestinationType;
protected createEmptyClone(): HyperlinkPropertyValueDestination;
}