UNPKG

@hc.ds/mobile

Version:
9 lines (8 loc) 320 B
// import React from 'react'; import AntCheckbox from '@ant-design/react-native/lib/checkbox'; export const Checkbox = AntCheckbox; // import type { CheckboxProps } from './type'; // export const Checkbox: React.FC = ({ ...props }) => { // return <AntCheckbox {...props} />; // }; //# sourceMappingURL=checkbox.js.map