UNPKG

@nish1896/rhf-mui-components

Version:

A suite of 20+ reusable Material UI components for React Hook Form to minimize your time and effort in creating and styling forms

6 lines (5 loc) 210 B
/** * Exporting some utility functions internally used by the package, * which can also be used by the end user. */ export { fieldNameToLabel, colorToString, getFileSize, validateFileList } from '../utils';