UNPKG

ng-zorro-antd-mobile

Version:

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

27 lines (26 loc) 1.16 kB
import { AfterContentInit, ElementRef, TemplateRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PopoverItemComponent implements AfterContentInit { private _elementRef; defaultProps: { prefixCls: string; disabled: boolean; }; isActive: boolean; private _style; private _icon; get icon(): TemplateRef<any>; set icon(value: TemplateRef<any>); get style(): any; set style(value: any); set disabled(value: any); select: EventEmitter<any>; amPopoverItem: boolean; get amPopoverItemActive(): boolean; get amPopoverItemDisabled(): boolean; touchStart(e: any): void; constructor(_elementRef: ElementRef); ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PopoverItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PopoverItemComponent, "PopoverItem, nzm-popover-item", never, { "icon": { "alias": "icon"; "required": false; }; "style": { "alias": "style"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "select": "select"; }, never, ["*"], false, never>; }