UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

8 lines (7 loc) 347 B
import { TabProperties } from '../../../../../../common/model/paragraph/paragraph-style'; import { Data } from '../../data'; import { LeafElementDestination } from '../destination'; export declare class TabsLeafElementDestination extends LeafElementDestination { tabs: TabProperties; constructor(data: Data, tabs: TabProperties); }