UNPKG

@1771technologies/lytenyte-pro

Version:

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

5 lines (4 loc) 213 B
import type { Annotation } from "./types.js"; export declare function AnnotationHeaderOverlay({ annotations, }: { readonly annotations: readonly Annotation<any>[]; }): import("react/jsx-runtime").JSX.Element;