Export all from table (#1244)

Export `TableRow`, `TableHead`, `TableCell` as well as `Table` from './table'
old
Oleg Stepura 2017-02-19 13:24:54 +02:00 committed by Javi Velasco
parent 27535a9d34
commit 6bbba4ad5f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export Ripple from './ripple';
export { default as Slider } from './slider';
export { default as Snackbar } from './snackbar';
export { default as Switch } from './switch';
export { default as Table } from './table';
export * from './table';
export * from './tabs';
export Tooltip from './tooltip';
export { default as TimePicker } from './time_picker';