mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +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'
|
import InputWrapper from './inputWrapper'
|
||||||
|
|
||||||
interface InputProps extends React.InputHTMLAttributes<T> {
|
interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
||||||
label: string
|
label: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user