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

6 lines
177 B
JavaScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
// JSX Structure Syntactic Sugar. Never reach the render code.
/* istanbul ignore next */
const DescriptionsItem = ({
children
}) => children;
export default DescriptionsItem;