UNPKG

ionic-angular

Version:

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

6 lines (5 loc) 222 B
import { Config } from '../config/config'; export declare const MODE_IOS: any; export declare const MODE_MD: any; export declare const MODE_WP: any; export declare function registerModeConfigs(config: Config): () => void;