@6thquake/react-material
Version:
React components that implement Google's Material Design.
9 lines (7 loc) • 334 B
TypeScript
export * from './CrossTabulation';
export * from './AwesomeTable';
export { default as CrossTabulation } from './CrossTabulation';
export { default as AwesomeTable } from './AwesomeTable';
export { default as TreeTable } from './TreeTable';
export * from '@material-ui/core/Table';
export { default } from '@material-ui/core/Table';