mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
4 lines
152 B
TypeScript
4 lines
152 B
TypeScript
import { useThrottledCallback as useMantineThrottledCallback } from '@mantine/hooks';
|
|
|
|
export const useThrottledCallback = useMantineThrottledCallback;
|