UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

10 lines (9 loc) 267 B
import { SortingExpression } from "./SortingExpression"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class GroupingExpression extends SortingExpression { static $t: Type; l(a: any, b: any, c: any, d: any): number; }