UNPKG

mui-dynamic-field

Version:

A dynamic and customizable input field component for React, built with Material UI & TypeScript.

7 lines (4 loc) 293 B
import * as react from 'react'; import { FieldConfig } from '../types/types.js'; declare const DynamicField: ({ item, itemData, error, errorText, color, disabled, value, onChange, size, sx, onError, getLocalizedText, }: FieldConfig) => react.JSX.Element; export { DynamicField as default };