mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
use right type for input
This commit is contained in:
committed by
Thomas Ruoff
parent
7e284a6421
commit
b1b57abb52
@@ -2,7 +2,7 @@ import React from 'react'
|
||||
|
||||
import InputWrapper from './inputWrapper'
|
||||
|
||||
interface InputProps extends React.InputHTMLAttributes<T> {
|
||||
interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
||||
label: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user