antd
Version:
An enterprise-class UI design language and React components implementation
12 lines (11 loc) • 310 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// JSX Structure Syntactic Sugar. Never reach the render code.
/* istanbul ignore next */
const DescriptionsItem = props => {
return props.children;
};
var _default = exports.default = DescriptionsItem;