UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

10 lines (9 loc) 189 B
import { Type } from "./type"; export declare enum ListSortDirection { Ascending = 0, Descending = 1 } /** * @hidden */ export declare let ListSortDirection_$type: Type;