UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

11 lines (9 loc) • 209 B
import Grid from "./Grid"; import Row from "./Row"; import Col from "./Col"; import Cell from "./Cell"; Grid.Row = Row; Grid.Col = Col; Grid.Cell = Cell; export {Row,Col,Cell}; export default Grid;