UNPKG

ng-zorro-antd

Version:

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

13 lines (12 loc) 700 B
import * as i0 from "@angular/core"; export declare class NzSegmentedItemComponent { nzIcon?: string; nzValue: string | number; nzDisabled?: boolean; protected isChecked: boolean; private readonly service; constructor(); handleClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NzSegmentedItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NzSegmentedItemComponent, "label[nz-segmented-item],label[nzSegmentedItem]", ["nzSegmentedItem"], { "nzIcon": { "alias": "nzIcon"; "required": false; }; "nzValue": { "alias": "nzValue"; "required": false; }; "nzDisabled": { "alias": "nzDisabled"; "required": false; }; }, {}, never, ["*"], true, never>; }