UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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