UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

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