@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
14 lines (13 loc) • 438 B
JavaScript
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
;