antd-mini
Version:
antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。
7 lines (6 loc) • 519 B
JavaScript
import { __assign, __rest } from "tslib";
import { SwitchDefaultProps } from '../../Switch/props';
import { FormItemDefaultProps } from '../FormItem/props';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
var checked = SwitchDefaultProps.checked, defaultChecked = SwitchDefaultProps.defaultChecked, rest = __rest(SwitchDefaultProps, ["checked", "defaultChecked"]);
export var FormSwitchDefaultProps = __assign(__assign(__assign({}, FormItemDefaultProps), rest), { switchClassName: '', switchStyle: '' });