ColumnGroup.js 292 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. /* istanbul ignore next */
  7. /** This is a syntactic sugar for `columns` prop. So HOC will not work on this. */
  8. const ColumnGroup = _ => null;
  9. var _default = exports.default = ColumnGroup;