react-cool-portal
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -33,12 +33,5 @@ declare module 'react-cool-portal' { | ||
const usePortal: ({ | ||
containerId, | ||
defaultShow, | ||
clickOutsideToHide, | ||
escToHide, | ||
onShow, | ||
onHide | ||
}?: Args) => Return; | ||
const usePortal: (args?: Args) => Return; | ||
export default usePortal; | ||
} |
{ | ||
"name": "react-cool-portal", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "React hook for Portals, which renders modals, dropdowns, tooltips etc. to <body> or else.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
28995
53