UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

11 lines (10 loc) 458 B
import { BaseWindowChannel } from './base-window-channel'; import * as i0 from "@angular/core"; export declare class PluginWindowChannelService extends BaseWindowChannel { private readonly theme; private readonly translate; constructor(); protected init(window: Window): () => void; static ɵfac: i0.ɵɵFactoryDeclaration<PluginWindowChannelService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<PluginWindowChannelService>; }