UNPKG

@wizdm/teleport

Version:
6 lines (5 loc) 224 B
import { ModuleWithProviders } from '@angular/core'; import { TeleportConfig } from './teleport.service'; export declare class TeleportModule { static init(config: TeleportConfig): ModuleWithProviders<TeleportModule>; }