Files
vxe-table/lib/icon/index.js
xuliangzhan f6e05316b5 update
2019-07-05 18:18:14 +08:00

13 lines
265 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.Icon = void 0;
var VxtIcon = {
install: function install() {}
};
var Icon = VxtIcon;
exports.Icon = Icon;
var _default = VxtIcon;
exports.default = _default;