UNPKG

ionic-angular

Version:

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

6 lines (5 loc) 214 B
import { Config } from './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;