@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
14 lines (11 loc) • 366 B
text/typescript
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,
})