Files

11 lines
203 B
JavaScript
Raw Permalink Normal View History

2025-08-18 09:11:51 +08:00
export var SwitchDefaultProps = {
checked: null,
loading: false,
color: '',
checkedText: '',
uncheckedText: '',
size: 'medium',
disabled: false,
defaultChecked: false,
};