UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (9 loc) • 277 B
import { attachPropertiesToComponent } from '../helpers' import Cell from './cell' import CellGroup from './cell-group' import { varCreator, styleCreator } from './style' export default attachPropertiesToComponent(Cell, { varCreator, styleCreator, Group: CellGroup, })