Latest updates from IceHrmPro
This commit is contained in:
20
web/node_modules/antd/lib/table/ColumnGroup.js
generated
vendored
Normal file
20
web/node_modules/antd/lib/table/ColumnGroup.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports["default"] = void 0;
|
||||
|
||||
/* istanbul ignore next */
|
||||
|
||||
/**
|
||||
* This is a syntactic sugar for `columns` prop.
|
||||
* So HOC will not work on this.
|
||||
*/
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
function ColumnGroup(_) {
|
||||
return null;
|
||||
}
|
||||
|
||||
var _default = ColumnGroup;
|
||||
exports["default"] = _default;
|
||||
Reference in New Issue
Block a user