Migrate App to tsx

This commit is contained in:
HarelM
2023-12-24 10:00:03 +02:00
parent 90f50d98e7
commit 4f1ad9f24a
27 changed files with 250 additions and 133 deletions
+1
View File
@@ -13,6 +13,7 @@ const typeMap = {
number: () => Block,
string: () => Block,
formatted: () => Block,
padding: () => Block,
};
export type SpecFieldProps = InputFieldSpecProps & {