UNPKG

solar-ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

11 lines (10 loc) 266 B
import { TemplateRef } from '@angular/core'; export declare class NzOptionComponent { private _disabled; private _customContent; template: TemplateRef<void>; nzLabel: string; nzValue: any; nzDisabled: boolean; nzCustomContent: boolean; }