mirror of
https://github.com/maputnik/editor.git
synced 2026-03-21 09:40:10 +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:
@@ -6,8 +6,8 @@ import InputNumber from './InputNumber'
|
||||
|
||||
type FieldMaxZoomProps = {
|
||||
value?: number
|
||||
onChange(...args: unknown[]): unknown
|
||||
error?: unknown[]
|
||||
onChange(value: number | undefined): unknown
|
||||
error?: {message: string}
|
||||
};
|
||||
|
||||
export default class FieldMaxZoom extends React.Component<FieldMaxZoomProps> {
|
||||
|
||||
Reference in New Issue
Block a user