UNPKG

element-plus

Version:

A Component Library for Vue 3

16 lines (11 loc) 488 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var checkTag$1 = require('./src/check-tag2.js'); var checkTag = require('./src/check-tag.js'); var install = require('../../utils/vue/install.js'); const ElCheckTag = install.withInstall(checkTag$1["default"]); exports.checkTagEmits = checkTag.checkTagEmits; exports.checkTagProps = checkTag.checkTagProps; exports.ElCheckTag = ElCheckTag; exports["default"] = ElCheckTag; //# sourceMappingURL=index.js.map