UNPKG

@architwankhade/math

Version:
4 lines (3 loc) 256 B
import type { UIAppState } from "@excalidraw/excalidraw/types"; import type { NonDeletedExcalidrawElement } from "./types"; export declare const showSelectedShapeActions: (appState: UIAppState, elements: readonly NonDeletedExcalidrawElement[]) => boolean;