diff --git a/src/components/form/SearchField.tsx b/src/components/form/SearchField.tsx index 66b24d86..1f5d05ee 100644 --- a/src/components/form/SearchField.tsx +++ b/src/components/form/SearchField.tsx @@ -3,7 +3,7 @@ import { forwardRef } from 'react' import { useInternationalization } from '../../framework' import { InputField, InputFieldProps } from './InputField' -export type SearchFieldProps<> = Omit & +export type SearchFieldProps = Omit & Partial> /**