UNPKG

igniteui-angular-spreadsheet

Version:

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

20 lines (19 loc) 356 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum MessageBoxImage { None = 0, Hand = 16, Question = 32, Exclamation = 48, Asterisk = 64, Stop = 16, Error = 16, Warning = 48, Information = 64 } /** * @hidden */ export declare let MessageBoxImage_$type: Type;