UNPKG

mui-dynamic-field

Version:

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

5 lines (4 loc) 260 B
export { default as DynamicField } from './components/DynamicField.js'; export { extractValue, getErrorKey, getErrorText, getUpdatedKey, queryString, validateFields } from './utils.js'; export { REGEX } from './constants.js'; //# sourceMappingURL=index.js.map