Skip to content

Commit 56a28e9

Browse files
authored
Add missing tooltip attribute to CellHyperlinkValue index.d.ts (#2350)
1 parent 63795a3 commit 56a28e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ export interface CellRichTextValue {
344344
export interface CellHyperlinkValue {
345345
text: string;
346346
hyperlink: string;
347+
tooltip?: string;
347348
}
348349

349350
export interface CellFormulaValue {

0 commit comments

Comments
 (0)