removed unused variables
This commit was merged in pull request #13.
This commit is contained in:
@@ -7,7 +7,7 @@ type Props = {
|
||||
labelName?:string,
|
||||
inputClass?:string,
|
||||
value:string,
|
||||
onChange:()=>void
|
||||
onChange:(event?: any)=>any
|
||||
}
|
||||
|
||||
export default function FloatLabelInput({
|
||||
|
||||
Reference in New Issue
Block a user