You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
567 B
17 lines
567 B
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var withInstall = require('../../utils/with-install.js');
|
|
require('./src/switch2.js');
|
|
var _switch = require('./src/switch.js');
|
|
var switch_vue_vue_type_script_lang = require('./src/switch.vue_vue_type_script_lang.js');
|
|
|
|
const ElSwitch = withInstall.withInstall(switch_vue_vue_type_script_lang["default"]);
|
|
|
|
exports.switchEmits = _switch.switchEmits;
|
|
exports.switchProps = _switch.switchProps;
|
|
exports.ElSwitch = ElSwitch;
|
|
exports["default"] = ElSwitch;
|
|
//# sourceMappingURL=index.js.map
|