UNPKG

mui-dynamic-field

Version:

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

5 lines (4 loc) 148 B
export { default as DynamicField } from './components/DynamicField'; export * from './types'; export * from './utils'; export * from './constants';