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.

5 lines 473 B
import RHFColorPicker, { RHFColorPickerProps } from "./color-picker/index.js"; import RHFPhoneInput, { RHFPhoneInputProps } from "./phone-input/index.js"; import { DefaultEditorConfig } from "./rich-text-editor/config.js"; import RHFRichTextEditor, { RHFRichTextEditorProps } from "./rich-text-editor/index.js"; export { DefaultEditorConfig, RHFColorPicker, type RHFColorPickerProps, RHFPhoneInput, type RHFPhoneInputProps, RHFRichTextEditor, type RHFRichTextEditorProps };