@1771technologies/lytenyte-pro
Version:
Blazingly fast headless React data grid with 100s of features.
7 lines (6 loc) • 303 B
TypeScript
import { type SectionedRect } from "@1771technologies/lytenyte-shared";
import type { Annotation } from "./types.js";
export declare function AnnotationRect({ rect, annotation, }: {
readonly rect: SectionedRect;
readonly annotation: Annotation<any>;
}): import("react/jsx-runtime").JSX.Element;