chore: reverting the smol changes to the public API

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-09-13 10:31:27 +02:00
parent 1c6dff7501
commit 509cde8892
@@ -37,7 +37,7 @@ type Props<TFieldValue extends string> = {
textFieldProps?: Omit<TextFieldProps, 'required' | 'fullWidth'>;
};
export const AutocompleteTextField = <TFieldValue extends string = string>({
export const AutocompleteTextField = <TFieldValue extends string>({
name,
options,
required,