import { TextInput, TextInputProps } from '@mantine/core'; type Props = TextInputProps; const StringField = (props: Props) => { return ; }; export default StringField