Closed wajeshubham closed 2 years ago
@WebDevSimplified I have added useOnOutsideClick hook which is useful when implementing modal, dialog, or tooltip components. Also, I have added multiline comments to provide description about function parameter's types and it's return type.
useOnOutsideClick
This hook is already in the list of hooks in this library.
@WebDevSimplified I have added
useOnOutsideClick
hook which is useful when implementing modal, dialog, or tooltip components. Also, I have added multiline comments to provide description about function parameter's types and it's return type.