UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (9 loc) 201 B
let $ELEMENT = {}; const setConfig = (option) => { $ELEMENT = option; }; const getConfig = (key) => { return $ELEMENT[key]; }; export { getConfig, setConfig }; //# sourceMappingURL=config.mjs.map