devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 312 B
TypeScript
import { ElementHandlerTable } from '../destination';
import { TabsLeafElementDestination } from './tabs-leaf-element-destination';
export declare class TabsDestination extends TabsLeafElementDestination {
static handlerTable: ElementHandlerTable;
get elementHandlerTable(): ElementHandlerTable;
}