项目原始demo,不改动
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

20 lines
485 B

  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. Object.defineProperty(exports, "VSwitch", {
  6. enumerable: true,
  7. get: function get() {
  8. return _VSwitch.default;
  9. }
  10. });
  11. exports.default = void 0;
  12. var _VSwitch = _interopRequireDefault(require("./VSwitch"));
  13. function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
  14. var _default = _VSwitch.default;
  15. exports.default = _default;
  16. //# sourceMappingURL=index.js.map