UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

11 lines (9 loc) 433 B
// @flow export { default } from './Table'; export { default as TableBody } from './TableBody'; export { default as TableCell } from './TableCell'; export { default as TableFooter } from './TableFooter'; export { default as TableHead } from './TableHead'; export { default as TablePagination } from './TablePagination'; export { default as TableRow } from './TableRow'; export { default as TableSortLabel } from './TableSortLabel';