UNPKG

igniteui-angular-spreadsheet

Version:

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

15 lines (14 loc) 327 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum SortDirectionWithCustomListOptions { Ascending = 0, Descending = 1, AscendingCustomList = 2, DescendingCustomList = 3 } /** * @hidden */ export declare let SortDirectionWithCustomListOptions_$type: Type;