import { Type } from '@angular/core'; import { SafeAny } from '@pkt/utils'; import { LoadChildren } from '@angular/router'; import { ɵDynamicWindowRefModel } from '../classes'; /** @internal */ export interface ɵDynamicWindowInputParams { /** 组件 */ component?: Type; /** 模块 */ lazyModule?: LoadChildren; windowRef: ɵDynamicWindowRefModel; }