UNPKG

@ant-design/react-native

Version:

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

5 lines (4 loc) 323 B
import React from 'react'; import { CheckboxForwardedRef, CheckboxProps } from './PropsType'; declare const _default: React.MemoExoticComponent<((props: React.PropsWithChildren<CheckboxProps> & React.RefAttributes<CheckboxForwardedRef>) => React.ReactElement) & Pick<React.FC<{}>, "displayName">>; export default _default;