mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
fix all type errors
This commit is contained in:
@@ -10,7 +10,7 @@ export default function TextAreaInput({
|
||||
text: string
|
||||
name: string
|
||||
placeholder: string
|
||||
onchange: () => void
|
||||
onchange: (name: string, event: React.ChangeEvent<HTMLTextAreaElement>) => void
|
||||
value: string
|
||||
}) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user