Fix types and remove dead code

This commit is contained in:
Paul Frazee 2023-08-30 15:30:26 -07:00
parent 8ed6e72ea4
commit 3fa9b6daba
4 changed files with 1 additions and 60 deletions

View file

@ -5,7 +5,7 @@ import {useColorSchemeStyle} from 'lib/hooks/useColorSchemeStyle'
interface Props {
testID?: string
title: React.Component
title: JSX.Element
horizontal: boolean
titleStyle?: StyleProp<ViewStyle>
contentStyle?: StyleProp<ViewStyle>