import React from 'react'; import TableSelectionHeaderCell from '../components/TableSelectionHeaderCell'; export default (selectionController, label) => ( selectionController.selectAllRows()} /> );