UNPKG

@hc.ds/mobile

Version:
17 lines (14 loc) 567 B
"use strict"; 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