Migrate more components

This commit is contained in:
HarelM
2023-12-21 14:53:21 +02:00
parent 732581c39e
commit c633368a9a
16 changed files with 187 additions and 187 deletions

View File

@@ -5,7 +5,7 @@ import Autocomplete from 'react-autocomplete'
const MAX_HEIGHT = 140;
type InputAutocompleteProps = {
export type InputAutocompleteProps = {
value?: string
options: any[]
onChange(...args: unknown[]): unknown