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 AnnotationBorderOptions { readonly color?: string; readonly width?: number; } export declare function annotationBorder(options?: AnnotationBorderOptions): Annotation<any>["render"];