ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
13 lines (12 loc) • 437 B
TypeScript
import { AfterViewInit, OnInit } from '@angular/core';
import { PopoverComponentOptions } from './popover-component-options.provider';
export declare class PopoverComponent implements OnInit, AfterViewInit {
options: PopoverComponentOptions;
defaultProps: any;
maskCls: any;
popoverCls: any;
constructor(options: PopoverComponentOptions);
setClassMap(): void;
ngOnInit(): void;
ngAfterViewInit(): void;
}