UNPKG

next

Version:

The React Framework

9 lines (8 loc) 199 B
let runtimeConfig; export default (()=>{ return runtimeConfig; }); export function setConfig(configValue) { runtimeConfig = configValue; } //# sourceMappingURL=runtime-config.external.js.map