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.

6 lines (5 loc) 317 B
import RHFColorPicker from "./color-picker/index.js"; import RHFPhoneInput from "./phone-input/index.js"; import { DefaultEditorConfig } from "./rich-text-editor/config.js"; import RHFRichTextEditor from "./rich-text-editor/index.js"; export { DefaultEditorConfig, RHFColorPicker, RHFPhoneInput, RHFRichTextEditor };