UNPKG

igniteui-angular-spreadsheet

Version:

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

14 lines (13 loc) 262 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum UndoTransactionCloseAction { Commit = 0, Rollback = 1, Cancel = 2 } /** * @hidden */ export declare let UndoTransactionCloseAction_$type: Type;