UNPKG

@ant-design/react-native

Version:

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

6 lines (5 loc) 297 B
import React from 'react'; import { TouchableHighlight } from 'react-native'; import { CheckboxItemProps } from './PropsType'; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<CheckboxItemProps & React.RefAttributes<TouchableHighlight>>>; export default _default;