import type { TextInputProps } from 'react-native';

export interface BottomSheetTextInputProps extends TextInputProps {}
