Sean Adams
Results
4
issues of
Sean Adams
- **dismissEverywhere**: a boolean prop that, when true, allows the user to click anywhere on screen to dismiss the modal - **autoDismiss**: a Number prop that, when set, automatically dismisses...
All component props are either not required and/or have reasonable defaults in `defaultProps`, but Typescript will still complain if you don't provide them because they are not marked as optional...