@schema-render/form-render-react
Version:
Out-of-the-box form rendering library based on Core and Antd.
12 lines (11 loc) • 307 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import React from "react";
import InternalDescription from "../components/Description";
const Description = ({ value })=>{
return /*#__PURE__*/ _jsx(InternalDescription, {
children: value
});
};
export default {
component: Description
};