Column.js 324 B

12345678910111213141516
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. /* istanbul ignore next */
  7. /**
  8. * This is a syntactic sugar for `columns` prop.
  9. * So HOC will not work on this.
  10. */
  11. var Column = function Column() {
  12. return null;
  13. };
  14. var _default = Column;
  15. exports.default = _default;