solar-ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
9 lines (8 loc) • 331 B
TypeScript
import { QueryList, TemplateRef } from '@angular/core';
import { NzOptionComponent } from './nz-option.component';
export declare class NzOptionGroupComponent {
_label: string | TemplateRef<void>;
isLabelString: boolean;
listOfNzOptionComponent: QueryList<NzOptionComponent>;
nzLabel: string | TemplateRef<void>;
}