mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +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: {
|
export default function Input(props: {
|
||||||
label: string
|
label: string
|
||||||
required: boolean
|
required: boolean
|
||||||
children: ReactNode
|
children: React.ReactNode
|
||||||
}) {
|
}) {
|
||||||
const { label, required, children } = props
|
const { label, required, children } = props
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user