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) 416 B
import RHFColorPicker, { type RHFColorPickerProps } from './color-picker'; import RHFPhoneInput, { type RHFPhoneInputProps } from './phone-input'; import RHFRichTextEditor, { DefaultEditorConfig, type RHFRichTextEditorProps } from './rich-text-editor'; export { RHFColorPicker, RHFPhoneInput, RHFRichTextEditor, DefaultEditorConfig }; export type { RHFColorPickerProps, RHFPhoneInputProps, RHFRichTextEditorProps };