@excalidraw/math
Version:
Excalidraw math functions
8 lines (7 loc) • 369 B
TypeScript
import type { ElementsMap, NonDeletedExcalidrawElement } from "@excalidraw/element/types";
import "./ElementCanvasButtons.scss";
export declare const ElementCanvasButtons: ({ children, element, elementsMap, }: {
children: React.ReactNode;
element: NonDeletedExcalidrawElement;
elementsMap: ElementsMap;
}) => import("react/jsx-runtime").JSX.Element | null;