UNPKG

@1771technologies/lytenyte-pro

Version:

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

7 lines (6 loc) 257 B
import type { Annotation } from "../../types.js"; export interface AnnotationCommentOptions { readonly text: string; readonly color?: string; } export declare function annotationComment(options: AnnotationCommentOptions): Annotation<any>["render"];