mui-dynamic-field
Version:
A dynamic and customizable input field component for React, built with Material UI & TypeScript.
6 lines (5 loc) • 304 B
TypeScript
export { default as DynamicField } from './components/DynamicField.js';
import * as types from './types/types.js';
export { types as IDynamicField };
export { extractValue, getErrorKey, getErrorText, getUpdatedKey, queryString, validateFields } from './utils.js';
export { REGEX } from './constants.js';