UNPKG

element-plus

Version:

A Component Library for Vue 3

10 lines (7 loc) 197 B
import { inject } from 'vue'; const OPTIONS_KEY = Symbol(); const useOptions = () => { return inject(OPTIONS_KEY); }; export { OPTIONS_KEY, useOptions }; //# sourceMappingURL=useOption.mjs.map