solar-ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
16 lines (15 loc) • 479 B
TypeScript
import { ElementRef } from '@angular/core';
import { NzOptionComponent } from './nz-option.component';
export declare class NzOptionLiComponent {
private elementRef;
el: HTMLElement;
selected: boolean;
active: boolean;
nzOption: NzOptionComponent;
nzShowActive: boolean;
nzMode: string;
compareWith: (o1: any, o2: any) => boolean;
nzActiveOption: NzOptionComponent;
nzListOfSelectedValue: any[];
constructor(elementRef: ElementRef);
}