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