UNPKG

antd-mobile

Version:

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

13 lines (12 loc) 293 B
interface SwitchProps { style?: {}; checked?: boolean; disabled?: boolean; onChange?: (checked: boolean) => void; prefixCls?: string; className?: string; name?: string; platform?: string; onClick?: (checked?: boolean) => void; } export default SwitchProps;