Migrate more components

This commit is contained in:
HarelM
2023-12-21 14:53:21 +02:00
parent 732581c39e
commit c633368a9a
16 changed files with 187 additions and 187 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React from 'react'
import InputAutocomplete from './InputAutocomplete'
type FieldFontProps = {
export type FieldFontProps = {
name: string
value?: string[]
default?: string[]