UNPKG

@nish1896/rhf-mui-components

Version:

A suite of 20+ production-ready react-hook-form components built with material-ui. Fully typed, tree-shakable, and optimized for enterprise-grade forms.

4 lines 254 B
import { colorToString } from "../utils/color.js"; import { getFileSize, validateFileList } from "../utils/file.js"; import { fieldNameToLabel } from "../utils/text-transform.js"; export { colorToString, fieldNameToLabel, getFileSize, validateFileList };