UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

18 lines (17 loc) 430 B
import React from 'react'; export default class BasicCheckboxExample extends React.Component<any, any> { constructor(props: any, context: any); onChange: (e: { target: { checked: boolean; }; }) => void; toggleChecked: () => void; toggleDisable: () => void; onChange2: (e: { target: { checked: boolean; }; }) => void; render(): JSX.Element; }