mirror of
https://github.com/maputnik/editor.git
synced 2026-09-01 09:57:27 +00:00
Migrate App to tsx
This commit is contained in:
@@ -13,6 +13,7 @@ const typeMap = {
|
||||
number: () => Block,
|
||||
string: () => Block,
|
||||
formatted: () => Block,
|
||||
padding: () => Block,
|
||||
};
|
||||
|
||||
export type SpecFieldProps = InputFieldSpecProps & {
|
||||
|
||||
Reference in New Issue
Block a user