UNPKG

@architwankhade/math

Version:
3 lines (2 loc) 175 B
import type { InteractiveCanvasAppState } from "../types"; export declare const renderSnaps: (context: CanvasRenderingContext2D, appState: InteractiveCanvasAppState) => void;