Skip to content

Commit

Permalink
fix(types): add missed 'href' property (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
elaichenkov authored Mar 26, 2023
1 parent 6ee7d4d commit 149205c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ declare namespace CliTable3 {
rowSpan?: number;
hAlign?: HorizontalAlignment;
vAlign?: VerticalAlignment;
href?: string;
style?: {
"padding-left"?: number;
"padding-right"?: number;
Expand Down

0 comments on commit 149205c

Please sign in to comment.