UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

16 lines (15 loc) 475 B
import { Base, IEnumerable$1, Type } from "igniteui-angular-core"; import { IGFormattedTextSettings } from "./IGFormattedTextSettings"; /** * @hidden */ export declare class IGFormattedTextElement extends Base { static $t: Type; readonly a: IGFormattedTextSettings; f: number; e: number; constructor(); b(a: number): boolean; c(): boolean; static d<T extends IGFormattedTextElement>($t: Type, a: IEnumerable$1<T>): boolean; }