We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9725e70 commit 868c20dCopy full SHA for 868c20d
src/@types/components.ts
@@ -3,7 +3,8 @@ import { type TouchableOpacityProps } from 'react-native'
3
4
export interface ButtonProps extends TouchableOpacityProps {
5
onPress?: () => void
6
- children: JSX.Element
+ text: string
7
+ extraClasses?: React.ComponentProps<'div'>['className']
8
}
9
10
export interface BackgroundProps {
tailwind.config.js
@@ -15,6 +15,7 @@ module.exports = {
15
latoRegular: ['Lato_400Regular'],
16
latoBold: ['Lato_700Bold'],
17
montserratRegular: ['Montserrat_400Regular'],
18
+ montserratBold: ['Montserrat_700Bold'],
19
},
20
21
0 commit comments