UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines (6 loc) 242 B
/** * Wraps the given text in a span with a tooltip if the tooltip is provided. * @param text - The text to wrap * @param tooltip - The tooltip to add */ export declare function textWithTooltip(text: string, tooltip?: string): string;