export default class Th extends Component {

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