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