@ray-js/smart-ui
Version:
轻量、可靠的智能小程序 UI 组件库
11 lines (10 loc) • 448 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Switch = void 0;
var Switch_1 = __importDefault(require("./Switch"));
var withReactProps_1 = require("../common/withReactProps");
var Switch = (0, withReactProps_1.withReactProps)(Switch_1.default);
exports.Switch = Switch;