jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/es/Switch/props.js
2024-11-10 15:01:22 +08:00

10 lines
212 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SwitchDefaultProps = void 0;
var SwitchDefaultProps = {
size: 'medium'
};
exports.SwitchDefaultProps = SwitchDefaultProps;