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