removed unused variables

This commit was merged in pull request #13.
This commit is contained in:
victorAnumudu
2024-03-16 14:01:02 +01:00
parent 197d5f32ed
commit 435bc08f2f
3 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ type Props = {
labelName?:string,
inputClass?:string,
value:string,
onChange:()=>void
onChange:(event?: any)=>any
}
export default function FloatLabelInput({