From afb111b20774ee4b838affad95c0c404dee8544b Mon Sep 17 00:00:00 2001 From: Mateus Silva Date: Thu, 21 Nov 2024 02:06:50 +0000 Subject: [PATCH] change head type to Cell --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 8f468ef..564545b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -25,7 +25,7 @@ declare namespace CliTable3 { rowHeights: Array; colAligns: HorizontalAlignment[]; rowAligns: VerticalAlignment[]; - head: string[]; + head: Cell[]; wordWrap: boolean; wrapOnWordBoundary: boolean; }