material-ui-popup-state
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -48,5 +48,5 @@ import { SyntheticEvent } from 'react' | ||
*/ | ||
export function anchorRef( | ||
export function anchorRef<T = HTMLElement>( | ||
popupState: PopupState | ||
): (popupState: HTMLElement | undefined) => any | ||
): (popupState: T | undefined) => void | ||
@@ -53,0 +53,0 @@ /** |
{ | ||
"name": "material-ui-popup-state", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "easiest way to create menus, popovers, and poppers with material-ui", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
598473