UNPKG

react-native-table-component-elara

Version:

Build table for react native and add events to the head cells. Added Numeral format.

8 lines (6 loc) 350 B
import { Row, Rows, TouchableRow } from './components/rows'; import { Col, Cols } from './components/cols'; import { Table, TableWrapper } from './components/table'; import Cell from './components/cell'; import TouchableCell from './components/touchableCell'; export { Table, TableWrapper, Row, Rows, Col, Cols, Cell, TouchableRow, TouchableCell };