Fix types and remove dead code
This commit is contained in:
parent
8ed6e72ea4
commit
3fa9b6daba
4 changed files with 1 additions and 60 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue