index.js 325 B

1234567891011121314
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = exports.Icon = void 0;
  6. var VxtIcon = {
  7. /* eslint-disable @typescript-eslint/no-empty-function */
  8. install: function install() {}
  9. };
  10. var Icon = VxtIcon;
  11. exports.Icon = Icon;
  12. var _default = VxtIcon;
  13. exports.default = _default;