UNPKG

@excalidraw/math

Version:

Excalidraw math functions

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