throttle volume slider

This commit is contained in:
jeffvli
2026-01-01 15:32:20 -08:00
parent cb47883328
commit c7809c62ce
2 changed files with 25 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
import { useThrottledValue as useMantineThrottledValue } from '@mantine/hooks';
export const useThrottledValue = useMantineThrottledValue;