Column.js 158 B

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