UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

13 lines (12 loc) 247 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class FormatSummaryTextEventArgs extends Base { static $t: Type; c: string; b: string; a: any; d: string; e: string; }