4 lines
158 B
JavaScript
4 lines
158 B
JavaScript
|
|
/* istanbul ignore next */
|
||
|
|
/** This is a syntactic sugar for `columns` prop. So HOC will not work on this. */
|
||
|
|
const Column = _ => null;
|
||
|
|
export default Column;
|