Skip to content

Commit 52d57d9

Browse files
change head type to Cell (#353)
1 parent 9577efd commit 52d57d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ declare namespace CliTable3 {
2525
rowHeights: Array<number | null>;
2626
colAligns: HorizontalAlignment[];
2727
rowAligns: VerticalAlignment[];
28-
head: string[];
28+
head: Cell[];
2929
wordWrap: boolean;
3030
wrapOnWordBoundary: boolean;
3131
}

0 commit comments

Comments
 (0)