runtime-config.d.ts 119 B

123
  1. declare const _default: () => any;
  2. export default _default;
  3. export declare function setConfig(configValue: any): void;