unis_crm/frontend1/node_modules/antd/es/descriptions/Item.js

6 lines
177 B
JavaScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
// JSX Structure Syntactic Sugar. Never reach the render code.
/* istanbul ignore next */
const DescriptionsItem = ({
children
}) => children;
export default DescriptionsItem;