Files
video-gen/video-gen-admin/node_modules/antd/lib/descriptions/Item.js
T
2026-05-25 17:08:18 +08:00

12 lines
310 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 = props => {
return props.children;
};
var _default = exports.default = DescriptionsItem;