mui-smart-form-builder
Version:
A reusable React component for dynamically rendering MUI forms from JSON configuration with Formik integration
4 lines • 330 B
TypeScript
export { default as SmartFormBuilder } from './components/SmartFormBuilder';
export type { SmartFormBuilderProps, FieldConfig, ButtonConfig, FieldType, FieldOption, GridBreakpoint, FieldProps } from './types';
export { normalizeOptions, getDisplayValue, isFieldEmpty, debounce } from './utils';
//# sourceMappingURL=index.d.ts.map