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; }