diff --git a/front/src/types.d.ts b/front/src/types.d.ts index 03682a4..f260e83 100644 --- a/front/src/types.d.ts +++ b/front/src/types.d.ts @@ -167,7 +167,7 @@ export interface Input { label?: string autocomplete?: string placeholder?: string - class?: string + divClass?: string inputClass?: string }