mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
again fix children type /o\
This commit is contained in:
committed by
Thomas Ruoff
parent
a03a837615
commit
77323828c8
@@ -4,7 +4,7 @@ import Required from './required'
|
||||
export default function Input(props: {
|
||||
label: string
|
||||
required: boolean
|
||||
children: ReactNode
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
const { label, required, children } = props
|
||||
|
||||
|
||||
Reference in New Issue
Block a user