@mantine/hooks
Advanced tools
Comparing version 7.7.2 to 7.8.0
export * from './utils/index.js'; | ||
export { useCallbackRef } from './use-callback-ref/use-callback-ref'; | ||
export { useDebounceCallback } from './use-debounced-callback/use-debounced-callback'; | ||
export { useDebouncedCallback } from './use-debounced-callback/use-debounced-callback'; | ||
export { useClickOutside } from './use-click-outside/use-click-outside'; | ||
@@ -63,2 +63,10 @@ export { useClipboard } from './use-clipboard/use-clipboard'; | ||
export { useStateHistory } from './use-state-history/use-state-history'; | ||
export { useMap } from './use-map/use-map'; | ||
export { useSet } from './use-set/use-set'; | ||
export { useThrottledCallback } from './use-throttled-callback/use-throttled-callback'; | ||
export { useThrottledState } from './use-throttled-state/use-throttled-state'; | ||
export { useThrottledValue } from './use-throttled-value/use-throttled-value'; | ||
export { useIsFirstRender } from './use-is-first-render/use-is-first-render'; | ||
export { useOrientation } from './use-orientation/use-orientation'; | ||
export { useFetch } from './use-fetch/use-fetch'; | ||
export type { UseMovePosition } from './use-move/use-move'; | ||
@@ -71,1 +79,2 @@ export type { OS } from './use-os/use-os'; | ||
export type { UseStateHistoryHandlers, StateHistory } from './use-state-history/use-state-history'; | ||
export type { UseFetchOptions } from './use-fetch/use-fetch'; |
@@ -1,1 +0,1 @@ | ||
export declare function useDebounceCallback(callback: () => void, delay: number): () => void; | ||
export declare function useDebouncedCallback<T extends (...args: any[]) => any>(callback: T, delay: number): (...args: Parameters<T>) => void; |
{ | ||
"name": "@mantine/hooks", | ||
"version": "7.7.2", | ||
"version": "7.8.0", | ||
"description": "A collection of 50+ hooks for state and UI management", | ||
@@ -5,0 +5,0 @@ "homepage": "https://mantine.dev", |
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
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
Network access
Supply chain riskThis module accesses the network.
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
1015154
434
5858
2