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) 291 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum MouseOperationState { NotStarted = 0, Starting = 1, Started = 2, Ending = 3, Cancelling = 4 } /** * @hidden */ export declare let MouseOperationState_$type: Type;