@1771technologies/lytenyte-pro
Version:
Blazingly fast headless React data grid with 100s of features.
11 lines (10 loc) • 553 B
TypeScript
import type { Annotation } from "./types.js";
export declare function AnnotationRowSectionTop({ annotations, }: {
readonly annotations: readonly Annotation<any>[];
}): import("react/jsx-runtime").JSX.Element;
export declare function AnnotationRowSectionBottom({ annotations, }: {
readonly annotations: readonly Annotation<any>[];
}): import("react/jsx-runtime").JSX.Element;
export declare function AnnotationRowSectionCenter({ annotations, }: {
readonly annotations: readonly Annotation<any>[];
}): import("react/jsx-runtime").JSX.Element;