UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (11 loc) • 345 B
"use strict"; import { attachPropertiesToComponent } from "../helpers/index.js"; import Cell from "./cell.js"; import CellGroup from "./cell-group.js"; import { varCreator, styleCreator } from "./style.js"; export default attachPropertiesToComponent(Cell, { varCreator, styleCreator, Group: CellGroup }); //# sourceMappingURL=index.js.map