UNPKG

@schema-render/form-render-react

Version:

Out-of-the-box form rendering library based on Core and Antd.

12 lines (11 loc) 296 B
import { jsx as _jsx } from "react/jsx-runtime"; import React from "react"; import Actions from "../components/Actions"; const FormRenderActions = ({ disabled })=>{ return /*#__PURE__*/ _jsx(Actions, { disabled: disabled }); }; export default { formItem: FormRenderActions };