We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf95751 commit bffd430Copy full SHA for bffd430
src/components/Modal.tsx
@@ -21,11 +21,11 @@ import useAnimatedValue from '../utils/useAnimatedValue';
21
22
export type Props = {
23
/**
24
- * Determines whether clicking outside the modal dismiss it.
+ * Determines whether clicking outside the modal dismisses it.
25
*/
26
dismissable?: boolean;
27
28
- * Determines whether clicking Android hardware back button dismiss dialog.
+ * Determines whether clicking Android hardware back button dismisses the dialog.
29
30
dismissableBackButton?: boolean;
31
0 commit comments