ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
11 lines (10 loc) • 459 B
TypeScript
import { TemplateRef } from '@angular/core';
import { PopoverOptions } from './popover-options.provider';
import * as i0 from "@angular/core";
export declare class PopoverComponentOptions extends PopoverOptions {
onAfterViewInit: () => void;
hidePopover: () => void;
overlay: TemplateRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponentOptions, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<PopoverComponentOptions>;
}