import { LabeledInput } from '@/components/ra-inputs/LabeledInput'; import { TextInput as RaTextInput, TextInputProps } from 'react-admin'; function TextInput(props: TextInputProps): JSX.Element { return ( // @ts-ignore {/* @ts-ignore */} ); } export { TextInput }; export type { TextInputProps };