Column.js 166 B

1234567
  1. /* istanbul ignore next */
  2. /**
  3. * This is a syntactic sugar for `columns` prop.
  4. * So HOC will not work on this.
  5. */
  6. const Column = () => null;
  7. export default Column;