Files
copilot-toolbox-template-123/node_modules/antd/es/descriptions/Item.js
2026-01-09 14:52:46 +00:00

6 lines
177 B
JavaScript

// JSX Structure Syntactic Sugar. Never reach the render code.
/* istanbul ignore next */
const DescriptionsItem = ({
children
}) => children;
export default DescriptionsItem;