@entur/utils
Advanced tools
Comparing version 0.11.1 to 0.11.2-RC.0
/// <reference types="react" /> | ||
export declare const mergeRefs: <T extends HTMLElement>(...refs: (import("react").MutableRefObject<T> | import("react").ForwardedRef<T> | undefined)[]) => (node: T) => void; | ||
export declare const mergeRefs: <T extends HTMLElement>(...refs: (import("react").MutableRefObject<T> | import("react").ForwardedRef<T> | ((node: T | null) => void) | undefined)[]) => (node: T) => void; |
import React from 'react'; | ||
export declare const useOnClickOutside: (refs: React.RefObject<HTMLDivElement>[], handler: () => void) => void; | ||
export declare const useOnClickOutside: (refs: React.RefObject<HTMLElement>[], handler: () => void) => void; |
{ | ||
"name": "@entur/utils", | ||
"version": "0.11.1", | ||
"version": "0.11.2-RC.0", | ||
"license": "EUPL-1.2", | ||
@@ -31,3 +31,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "4a9415af2b2c72292bbb4c6aeeb0f79b7dbdb0bd" | ||
"gitHead": "f279e609e10d40dd3ff47b09bd2828edf2bbcb7b" | ||
} |
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
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
74571