1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-15 12:29:16 +01:00

disable TS rule

This commit is contained in:
vincent 2022-04-04 11:49:54 +02:00
parent 1b8c7d5061
commit fcb59fa9a8

View File

@ -34,6 +34,7 @@ interface RHFInputProps<T> {
/**
* This component is a template for an input component to use within React Hook Form
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export const RHFInput: React.FC<RHFInputProps<any>> = ({ id, register, label, tooltip, defaultValue, icon, classes, rules, readOnly, disabled, type, addOn, addOnClassName, placeholder, error, step }) => {
// Compose classnames from props
const classNames = `