Subheader

This commit is contained in:
Eric Bailey
2024-02-07 17:21:28 -06:00
parent af5b545e25
commit 8e1575f5ba
6 changed files with 89 additions and 106 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export type VariantProps = {
}
export type ButtonProps = React.PropsWithChildren<
Pick<PressableProps, 'disabled' | 'onPress'> &
Pick<PressableProps, 'disabled' | 'onPress' | 'testID'> &
AccessibilityProps &
VariantProps & {
label: string