export default class Tfoot extends Component {

  createClassName() {
    return [styles.tfoot, this.props.className].join(' ').trim();
  }