UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

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