UNPKG

@opentui/core

Version:

OpenTUI is a TypeScript library on a native Zig core for building terminal user interfaces (TUIs)

7 lines (6 loc) 256 B
import type { TextChunk } from "../text-buffer.js"; import type { SimpleHighlight } from "./tree-sitter/types.js"; export declare function detectLinks(chunks: TextChunk[], context: { content: string; highlights: SimpleHighlight[]; }): TextChunk[];