Item.js 177 B

123456
  1. // JSX Structure Syntactic Sugar. Never reach the render code.
  2. /* istanbul ignore next */
  3. const DescriptionsItem = ({
  4. children
  5. }) => children;
  6. export default DescriptionsItem;