mirror of
https://github.com/maputnik/editor.git
synced 2026-02-07 05:00:01 +00:00
Migration of jsx files to tsx 3 (#851)
This is in continue to: - #850 - #848 The last files should be converted as part of this PR, there are only a handful left.
This commit is contained in:
@@ -5,7 +5,7 @@ export type InputSelectProps = {
|
||||
"data-wd-key"?: string
|
||||
options: [string, any][] | string[]
|
||||
style?: object
|
||||
onChange(value: string): unknown
|
||||
onChange(value: string | [string, any]): unknown
|
||||
title?: string
|
||||
'aria-label'?: string
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user