UNPKG

200 BTypeScriptView Raw
1import { IonicConfig, Mode } from '../interface';
2export declare const getIonMode: (ref?: any) => Mode;
3export declare const initialize: (userConfig?: IonicConfig) => void;
4export default initialize;