@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
12 lines (11 loc) • 341 B
JavaScript
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
;