minishouyin/node_modules/antd/lib/descriptions/Item.js

12 lines
301 B
JavaScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// JSX Structure Syntactic Sugar. Never reach the render code.
/* istanbul ignore next */
const DescriptionsItem = ({
children
}) => children;
var _default = exports.default = DescriptionsItem;