UNPKG

@marcosnbj/excalidraw

Version:
7 lines (6 loc) 263 B
import { ExcalidrawElement } from "./element/types"; export interface Distribution { space: "between"; axis: "x" | "y"; } export declare const distributeElements: (selectedElements: ExcalidrawElement[], distribution: Distribution) => ExcalidrawElement[];