mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
use types instead of interfaces
This commit is contained in:
@@ -2,7 +2,7 @@ import React from 'react'
|
||||
|
||||
import InputWrapper from './inputWrapper'
|
||||
|
||||
interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
||||
type InputProps = React.InputHTMLAttributes<HTMLInputElement> & {
|
||||
label: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user