UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

12 lines (11 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // JSX Structure Syntactic Sugar. Never reach the render code. /* istanbul ignore next */ const DescriptionsItem = ({ children }) => children; var _default = exports.default = DescriptionsItem;