UNPKG

@zsviczian/excalidraw

Version:
8 lines (7 loc) 369 B
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;