UNPKG

igniteui-react-core

Version:
21 lines (20 loc) 533 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class GridFilterDialogViewModelGroupingDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get startIndex(): number; set startIndex(a: number); private j; get endIndex(): number; set endIndex(a: number); private h; get isOrGrouping(): boolean; set isOrGrouping(a: boolean); }