mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 23:04:40 +02:00
4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
import { useIntersection as useMantineIntersection } from '@mantine/hooks';
|
|
|
|
export const useIntersection = useMantineIntersection;
|