Skip to content

Commit 291be91

Browse files
committed
Update generated types
1 parent 5e825dd commit 291be91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generatedTypes/components/dialog/OverlayFadingBackground.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ interface Props {
55
modalVisibility?: boolean;
66
overlayBackgroundColor?: string;
77
onFadeDone?: () => void;
8+
fadeOut?: boolean;
89
}
910
declare const OverlayFadingBackground: {
10-
({ testID, dialogVisibility, modalVisibility, overlayBackgroundColor, onFadeDone }: Props): JSX.Element;
11+
({ testID, dialogVisibility, modalVisibility, overlayBackgroundColor, onFadeDone: propsOnFadeDone, fadeOut }: Props): JSX.Element;
1112
displayName: string;
1213
};
1314
export default OverlayFadingBackground;

0 commit comments

Comments
 (0)