UNPKG

181 BJavaScriptView Raw
1import { Component } from 'react';
2import PropTypes from 'prop-types';
3
4export default class ColumnGroup extends Component {
5 static propTypes = {
6 title: PropTypes.node,
7 }
8}