UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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