UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 303 B
import { Base, Type } from "./type"; import { ListSortDirection } from "./ListSortDirection"; /** * @hidden */ export declare class SortGroupParser extends Base { static $t: Type; b(a: string, b: (arg1: string, arg2: ListSortDirection, arg3: string) => void): void; private a; }