UNPKG

@zsviczian/excalidraw

Version:
3 lines (2 loc) 236 B
import type { ExcalidrawElement } from "./types"; export declare const positionElementsOnGrid: <TElement extends ExcalidrawElement>(elements: TElement[] | TElement[][], centerX: number, centerY: number, padding?: number) => TElement[];