UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

11 lines (10 loc) 300 B
import { Base, Type } from "igniteui-react-core"; import { SortingExpression } from "./SortingExpression"; /** * @hidden */ export declare class SortingExpressionEventArgs extends Base { static $t: Type; a: SortingExpression[]; static b(a: any): SortingExpressionEventArgs; }