Files
copilot-toolbox-sdfdsfds/node_modules/antd/lib/descriptions/Item.js
2026-01-16 01:51:36 +00:00

12 lines
301 B
JavaScript

"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;