mirror of
https://github.com/maputnik/editor.git
synced 2026-03-28 21:20:03 +00:00
Migrate more components
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user