Item.js 301 B

123456789101112
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. // JSX Structure Syntactic Sugar. Never reach the render code.
  7. /* istanbul ignore next */
  8. const DescriptionsItem = ({
  9. children
  10. }) => children;
  11. var _default = exports.default = DescriptionsItem;