UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (9 loc) • 273 B
import { attachPropertiesToComponent } from '../helpers' import Card from './card' import CardBody from './card-body' import { varCreator, styleCreator } from './style' export default attachPropertiesToComponent(Card, { varCreator, styleCreator, Body: CardBody, })