UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

10 lines (9 loc) 192 B
import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class SummaryChangedEventArgs extends Base { static $t: Type; b: string; a: boolean; }