UNPKG

@zsviczian/excalidraw

Version:
6 lines (5 loc) 230 B
import type { App } from "@excalidraw/excalidraw/types"; export declare const maybeHandleArrowPointlikeDrag: ({ app, event, }: { app: App; event: KeyboardEvent | React.KeyboardEvent<Element> | PointerEvent; }) => boolean;