UNPKG

@fruits-chain/react-native-xiaoshu

Version:
14 lines (13 loc) • 438 B
"use strict"; import { attachPropertiesToComponent } from "../helpers/index.js"; import Checkbox from "./checkbox.js"; import CheckboxGroup from "./checkbox-group.js"; import CheckboxIcon from "./checkbox-icon.js"; import { varCreator, styleCreator } from "./style.js"; export default attachPropertiesToComponent(Checkbox, { varCreator, styleCreator, Icon: CheckboxIcon, Group: CheckboxGroup }); //# sourceMappingURL=index.js.map