UNPKG

solar-ng-zorro-antd

Version:

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

9 lines (8 loc) 349 B
import { ChangeDetectorRef, TemplateRef } from '@angular/core'; import { NzToolTipComponent } from '../tooltip/nz-tooltip.component'; export declare class NzPopoverComponent extends NzToolTipComponent { _prefix: string; _title: string | TemplateRef<void>; _content: string | TemplateRef<void>; constructor(cdr: ChangeDetectorRef); }