| 1 | // fallow-ignore-file unused-file |
| 2 | import { memo, useRef, type RefObject } from "react"; |
| 3 | import { useMountEffect } from "../../hooks/useMountEffect"; |
| 4 | import type { SnapGuide, SpacingGuide } from "./snapEngine"; |
nothing calls this directly
no test coverage detected