You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
537 B

import { InjectionToken } from '@angular/core';
import type { IonicConfig } from '@ionic/core/components';
import * as i0 from "@angular/core";
export declare class Config {
get(key: keyof IonicConfig, fallback?: any): any;
getBoolean(key: keyof IonicConfig, fallback?: boolean): boolean;
getNumber(key: keyof IonicConfig, fallback?: number): number;
static ɵfac: i0.ɵɵFactoryDeclaration<Config, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<Config>;
}
export declare const ConfigToken: InjectionToken<any>;