UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

6 lines (5 loc) 271 B
import type { Annotation, AnnotationAnchorPoint } from "./types.js"; export declare function AnnotationPointRect({ anchor, annotation, }: { readonly anchor: AnnotationAnchorPoint; readonly annotation: Annotation<any>; }): import("react/jsx-runtime").JSX.Element;