@hc.ds/mobile
Version:
Healthy Church Design System - HC Mobile
17 lines (14 loc) • 567 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Checkbox = void 0;
var _checkbox = _interopRequireDefault(require("@ant-design/react-native/lib/checkbox"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// import React from 'react';
const Checkbox = exports.Checkbox = _checkbox.default;
// import type { CheckboxProps } from './type';
// export const Checkbox: React.FC = ({ ...props }) => {
// return <AntCheckbox {...props} />;
// };
//# sourceMappingURL=checkbox.js.map