UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 548 B
import { Description } from "./Description"; import { WebGroupByKeyDescription } from "./WebGroupByKeyDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebGroupByExpandStateDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get expanded(): boolean; set expanded(a: boolean); private h; get hierarchy(): WebGroupByKeyDescription[]; set hierarchy(a: WebGroupByKeyDescription[]); }