hongluan-ui
Version:
Hongluan Component Library for Vue 3
14 lines (9 loc) • 367 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('../../utils/index.js');
var option = require('../select/src/option.js');
var install = require('../../utils/vue/install.js');
const HlOption = install.withInstall(option["default"]);
exports.HlOption = HlOption;
exports["default"] = HlOption;
//# sourceMappingURL=index.js.map