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