@mantine/hooks
Advanced tools
Comparing version 7.11.1 to 7.11.2
@@ -1,2 +0,6 @@ | ||
export declare function useInterval(fn: () => void, interval: number): { | ||
interface UseIntervalOptions { | ||
/** If set, the interval will start automatically when the component is mounted, `false` by default */ | ||
autoInvoke?: boolean; | ||
} | ||
export declare function useInterval(fn: () => void, interval: number, { autoInvoke }?: UseIntervalOptions): { | ||
start: () => void; | ||
@@ -7,1 +11,2 @@ stop: () => void; | ||
}; | ||
export {}; |
{ | ||
"name": "@mantine/hooks", | ||
"version": "7.11.1", | ||
"version": "7.11.2", | ||
"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
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
1033212
5936