Latest updates from IceHrmPro
This commit is contained in:
14
web/node_modules/antd/lib/descriptions/Item.js
generated
vendored
Normal file
14
web/node_modules/antd/lib/descriptions/Item.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports["default"] = void 0;
|
||||
|
||||
var DescriptionsItem = function DescriptionsItem(_ref) {
|
||||
var children = _ref.children;
|
||||
return children;
|
||||
};
|
||||
|
||||
var _default = DescriptionsItem;
|
||||
exports["default"] = _default;
|
||||
Reference in New Issue
Block a user