Skip to content

Commit

Permalink
fix: Add missing typescript word wrap cell options (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNickBarry committed Apr 23, 2024
1 parent 90064a5 commit 2fee5ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ declare namespace CliTable3 {
rowSpan?: number;
hAlign?: HorizontalAlignment;
vAlign?: VerticalAlignment;
wordWrap?: boolean;
wrapOnWordBoundary?: boolean;
href?: string;
style?: {
"padding-left"?: number;
Expand Down

0 comments on commit 2fee5ae

Please sign in to comment.