NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/vxe-table/lib/icon/index.js
2023-09-14 14:47:11 +08:00

14 lines
325 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.Icon = void 0;
var VxtIcon = {
/* eslint-disable @typescript-eslint/no-empty-function */
install: function install() {}
};
var Icon = VxtIcon;
exports.Icon = Icon;
var _default = VxtIcon;
exports.default = _default;