UNPKG

igniteui-angular-spreadsheet

Version:

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

19 lines (18 loc) 449 B
import { Base, Nullable$1, Type } from "igniteui-angular-core"; import { FormatCellsDialogTab } from "./FormatCellsDialogTab"; /** * @hidden */ export declare class FormatCellsDialogOptions extends Base { static $t: Type; constructor(); i: Nullable$1<FormatCellsDialogTab>; b: boolean; c: boolean; d: boolean; e: boolean; f: boolean; g: boolean; h: boolean; a: FormatCellsDialogTab; }