UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

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