devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
9 lines (8 loc) • 430 B
TypeScript
import { TableWidthUnit } from '../../../../../model/tables/secondary-structures/table-units';
import { BaseFormatter, Config } from '../../base-formatter';
import { BaseElement } from '../../elements';
export declare class CCF_TableWidthUnit extends BaseFormatter<TableWidthUnit> {
protected isHandleObject(obj: any): boolean;
protected getShortDescription(_config: Config): BaseElement;
static _foo: void;
}