UNPKG

elmer-ui-core

Version:

web app framework

6 lines (5 loc) 978 B
import { TypeGlobalConfig } from "./TypeGlobalConfig"; export declare const defineGlobalConfiguration: <AppServiceNamespaceConfig, AppServiceConfigEndPointOptions, RouterServiceConfig, RouterServiceConfigEndPointOptions, I18nData, I18nLocales, I18nConvert, ENV>(configData: TypeGlobalConfig<AppServiceNamespaceConfig, AppServiceConfigEndPointOptions, RouterServiceConfig, RouterServiceConfigEndPointOptions, I18nData, I18nLocales, I18nConvert, ENV>) => void; export declare const getGlobalConfiguration: <AppServiceNamespaceConfig, AppServiceConfigEndPointOptions, RouterServiceConfig, RouterServiceConfigEndPointOptions, I18nData, I18nLocales, I18nConvert, ENV>() => TypeGlobalConfig<AppServiceNamespaceConfig, AppServiceConfigEndPointOptions, RouterServiceConfig, RouterServiceConfigEndPointOptions, I18nData, I18nLocales, I18nConvert, ENV>; export declare const getEnvFromCommand: (commandList: string[]) => string; export declare const setServiceEnv: (env: string) => void;