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) 303 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum MouseDownInProgressResult { CancelOperationAndContinue = 0, CancelOperationAndSkip = 1, IgnoreMouseDown = 2 } /** * @hidden */ export declare let MouseDownInProgressResult_$type: Type;