devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
9 lines (8 loc) • 382 B
TypeScript
import { KeywordTranslatorTable } from '../destination/base/destination';
import { DestinationType } from '../destination/utils/destination-type';
export declare class KeywordTableHolder {
private stringValueDestinationKeywordHT;
private mapByDestinations;
getHt(destType: DestinationType): KeywordTranslatorTable;
defaultKeywords: KeywordTranslatorTable;
}