UNPKG

@sixbell-telco/sdk

Version:

A collection of reusable components designed for use in Sixbell Telco Angular projects

4 lines (3 loc) 250 B
import { EnvironmentProviders } from '@angular/core'; import { RuntimeThemeProviderOptions } from './theme.provider.types'; export declare function provideRuntimeTheme(configPath: string, options?: RuntimeThemeProviderOptions): EnvironmentProviders;