UNPKG

element-plus

Version:

A Component Library for Vue 3

15 lines (10 loc) 307 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var vue = require('vue'); const OPTIONS_KEY = Symbol(); const useOptions = () => { return vue.inject(OPTIONS_KEY); }; exports.OPTIONS_KEY = OPTIONS_KEY; exports.useOptions = useOptions; //# sourceMappingURL=useOption.js.map