@uiw/react-overlay-trigger
Advanced tools
Comparing version 4.21.23 to 4.21.24
@@ -43,3 +43,3 @@ import React from 'react'; | ||
}; | ||
declare const _default: React.ForwardRefExoticComponent<Pick<OverlayTriggerProps, keyof OverlayTriggerProps> & React.RefAttributes<OverlayTriggerRef>>; | ||
declare const _default: React.ForwardRefExoticComponent<Omit<OverlayTriggerProps, "ref"> & React.RefAttributes<OverlayTriggerRef>>; | ||
export default _default; |
@@ -43,3 +43,3 @@ import React from 'react'; | ||
}; | ||
declare const _default: React.ForwardRefExoticComponent<Pick<OverlayTriggerProps, keyof OverlayTriggerProps> & React.RefAttributes<OverlayTriggerRef>>; | ||
declare const _default: React.ForwardRefExoticComponent<Omit<OverlayTriggerProps, "ref"> & React.RefAttributes<OverlayTriggerRef>>; | ||
export default _default; |
{ | ||
"name": "@uiw/react-overlay-trigger", | ||
"version": "4.21.23", | ||
"version": "4.21.24", | ||
"description": "OverlayTrigger component", | ||
@@ -47,5 +47,5 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-overlay": "^4.21.23", | ||
"@uiw/utils": "^4.21.23" | ||
"@uiw/react-overlay": "^4.21.24", | ||
"@uiw/utils": "^4.21.24" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
203579
Updated@uiw/react-overlay@^4.21.24
Updated@uiw/utils@^4.21.24