import TableView from './TableView.coffee'
import withHeaderRow from './withHeaderRow.coffee'
import withResizing from './withResizing.coffee'
import withSorting from './withSorting.coffee'
import withFiltering from './withFiltering.coffee'
import withSelection from './withSelection.coffee'
import withReordering from './withReordering.coffee'
import withColumnVisivility from './withColumnVisivility.coffee'
import withDetailRow from './withDetailRow.coffee'
import _withBridge from './withBridge.coffee'

export default Table = withDetailRow withColumnVisivility withReordering withSelection withFiltering withSorting withResizing withHeaderRow TableView

export withBridge = _withBridge
