UNPKG

@malagu/core

Version:
7 lines 317 B
import { ConfigProvider } from './config-protocol'; import { ExpressionHandler } from '../el'; export declare class ConfigProviderImpl implements ConfigProvider { protected readonly expressionHandler: ExpressionHandler; get<T>(key: string, defaultValue?: T): T; } //# sourceMappingURL=config-provider.d.ts.map