UNPKG

mui-smart-form-builder

Version:

A reusable React component for dynamically rendering MUI forms from JSON configuration with Formik integration

5 lines 221 B
import React from 'react'; import { SmartFormBuilderProps } from '../types'; declare const SmartFormBuilder: React.FC<SmartFormBuilderProps>; export default SmartFormBuilder; //# sourceMappingURL=SmartFormBuilder.d.ts.map