UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (11 loc) • 341 B
"use strict"; import { attachPropertiesToComponent } from "../helpers/index.js"; import Card from "./card.js"; import CardBody from "./card-body.js"; import { varCreator, styleCreator } from "./style.js"; export default attachPropertiesToComponent(Card, { varCreator, styleCreator, Body: CardBody }); //# sourceMappingURL=index.js.map