UNPKG

ngx-stimulsoft

Version:
5 lines (4 loc) 348 B
import { OptionsConfig } from './config'; import { EnvironmentProviders } from '@angular/core'; export declare function configFactory(initConfig: OptionsConfig, configValue?: OptionsConfig | (() => OptionsConfig)): OptionsConfig; export declare function provideStimulsoft(configValue?: OptionsConfig | (() => OptionsConfig)): EnvironmentProviders;