@proangular/pro-form
Version:
A predefined set of reactive and reusable form input components based on Angular Material.
10 lines (9 loc) • 606 B
TypeScript
import { QueryList } from '@angular/core';
import { InputDropdownOptionComponent } from './input-dropdown-option.component';
import * as i0 from "@angular/core";
export declare class InputDropdownOptionGroupComponent {
label: string;
readonly options: QueryList<InputDropdownOptionComponent>;
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownOptionGroupComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputDropdownOptionGroupComponent, "pro-input-dropdown-option-group", never, { "label": { "alias": "label"; "required": true; }; }, {}, ["options"], ["*"], true, never>;
}