UNPKG

igniteui-angular-spreadsheet

Version:

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

24 lines (23 loc) 658 B
import { Base, Type } from "igniteui-angular-core"; import { CellFill } from "igniteui-angular-excel"; import { CellBorderLineStyle } from "igniteui-angular-excel"; import { Color } from "igniteui-angular-core"; import { CellDiagonalBorder } from "./CellDiagonalBorder"; /** * @hidden */ export declare class SpreadsheetResolvedRenderFormat extends Base { static $t: Type; g: CellFill; d: CellBorderLineStyle; j: Color; f: CellBorderLineStyle; l: Color; e: CellBorderLineStyle; k: Color; b: CellBorderLineStyle; h: Color; c: CellBorderLineStyle; i: Color; a: CellDiagonalBorder; }