UNPKG

@fruits-chain/react-native-xiaoshu

Version:
14 lines (11 loc) • 366 B
import { attachPropertiesToComponent } from '../helpers' import Checkbox from './checkbox' import CheckboxGroup from './checkbox-group' import CheckboxIcon from './checkbox-icon' import { varCreator, styleCreator } from './style' export default attachPropertiesToComponent(Checkbox, { varCreator, styleCreator, Icon: CheckboxIcon, Group: CheckboxGroup, })