UNPKG

366 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = void 0;
7
8/* istanbul ignore next */
9
10/** This is a syntactic sugar for `columns` prop. So HOC will not work on this. */
11// eslint-disable-next-line no-unused-vars
12function ColumnGroup(_) {
13 return null;
14}
15
16var _default = ColumnGroup;
17exports["default"] = _default;
\No newline at end of file