'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var antDesignVue = require('ant-design-vue');
const AspASwitch = {
raw: antDesignVue.Switch,
name: "AspASwitch"
};
exports.AspASwitch = AspASwitch;
exports["default"] = AspASwitch;