@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
8 lines (7 loc) • 331 B
TypeScript
/**
* After migrating from MUI v5 to v6, some of the props like "InputProps"
* for Textfield have been marked as deprecated and will likely be removed
* in future versions. This flag is ensures that no deprecated props are
* being passed to any of the components in v6 or above.
*/
export declare const isAboveMuiV5: boolean;