UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

10 lines (9 loc) 314 B
import { OpaqueToken } from '@angular/core'; import { PlatformConfig } from './platform'; export declare const PLATFORM_CONFIGS: { [key: string]: PlatformConfig; }; export declare const PlatformConfigToken: OpaqueToken; export declare function providePlatformConfigs(): { [key: string]: PlatformConfig; };