We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9577efd commit 52d57d9Copy full SHA for 52d57d9
index.d.ts
@@ -25,7 +25,7 @@ declare namespace CliTable3 {
25
rowHeights: Array<number | null>;
26
colAligns: HorizontalAlignment[];
27
rowAligns: VerticalAlignment[];
28
- head: string[];
+ head: Cell[];
29
wordWrap: boolean;
30
wrapOnWordBoundary: boolean;
31
}
0 commit comments