UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

11 lines (10 loc) 209 B
interface SwitchProps { style?: {}; checked?: boolean; disabled?: boolean; onChange?: Function; prefixCls?: string; className?: string; name?: string; } export default SwitchProps;