More typescript migration

This commit is contained in:
HarelM
2023-12-21 22:23:31 +02:00
parent ab102dccd7
commit c7c1139e87
5 changed files with 62 additions and 43 deletions
+2
View File
@@ -57,6 +57,8 @@ export type FieldUrlProps = {
multi?: boolean
required?: boolean
'aria-label'?: string
type?: string
className?: string
};
type FieldUrlState = {