@hc.ds/mobile
Version:
Healthy Church Design System - HC Mobile
9 lines (8 loc) • 320 B
JavaScript
// 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