Skip to content

Commit 7b3a43c

Browse files
committed
Push generate types for badge
1 parent 21cd55a commit 7b3a43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generatedTypes/components/badge/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ declare class Badge extends PureComponent<BadgeProps> {
9696
getAccessibilityProps(): {
9797
accessible: boolean;
9898
accessibilityRole: string;
99-
accessibilityLabel: string | undefined;
99+
accessibilityLabel: string;
100100
};
101101
isSmallBadge(): boolean;
102102
getBadgeSizeStyle(): any;

0 commit comments

Comments
 (0)