UNPKG

devexpress-richedit

Version:

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

9 lines (8 loc) 433 B
import { TableHeightUnit } from '../../../../../model/tables/secondary-structures/table-units'; import { BaseFormatter, Config } from '../../base-formatter'; import { BaseElement } from '../../elements'; export declare class CCF_TableHeightUnit extends BaseFormatter<TableHeightUnit> { protected isHandleObject(obj: any): boolean; protected getShortDescription(_config: Config): BaseElement; static _foo: void; }