UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

11 lines (10 loc) 541 B
import { IgxDropDownGroupComponent } from '../drop-down/drop-down-group.component'; import * as i0 from "@angular/core"; /** * The `<igx-select-item>` is a container intended for row items in * a `<igx-select>` container. */ export declare class IgxSelectGroupComponent extends IgxDropDownGroupComponent { static ɵfac: i0.ɵɵFactoryDeclaration<IgxSelectGroupComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgxSelectGroupComponent, "igx-select-item-group", never, {}, {}, never, ["igx-select-item"], true, never>; }