Files
goTorrent/torrent-project/node_modules/material-ui/Table/index.js.flow

11 lines
433 B
Plaintext

// @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';