ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
12 lines (11 loc) • 685 B
TypeScript
import { PopoverOptions } from './popover-options.provider';
import * as i0 from "@angular/core";
import * as i1 from "./popover.directive";
import * as i2 from "./popover.component";
import * as i3 from "@angular/common";
export declare function PopoverOptionsFactory(userOptions: PopoverOptions): PopoverOptions;
export declare class PopoverModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, [typeof i1.PopoverDirective, typeof i2.PopoverComponent], [typeof i3.CommonModule], [typeof i1.PopoverDirective, typeof i2.PopoverComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PopoverModule>;
}