react-native-rounded-checkbox
Version:
Rounded Checkbox with animated and fully customizable options library for React Native
9 lines • 518 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RoundedCheckbox = exports.PureRoundedCheckbox = void 0;
const tslib_1 = require("tslib");
const PureRoundedCheckbox_1 = tslib_1.__importDefault(require("./pure-component/PureRoundedCheckbox"));
exports.PureRoundedCheckbox = PureRoundedCheckbox_1.default;
const RoundedCheckbox_1 = tslib_1.__importDefault(require("./functional/RoundedCheckbox"));
exports.RoundedCheckbox = RoundedCheckbox_1.default;
//# sourceMappingURL=index.js.map