From eacc3cd29cecde23d488023ff8dc2326bc69c25d Mon Sep 17 00:00:00 2001 From: rickstaa Date: Sat, 17 Sep 2022 11:28:50 +0200 Subject: [PATCH] fix: add missing StatsCard types --- src/cards/types.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cards/types.d.ts b/src/cards/types.d.ts index 4580a2e..46bf665 100644 --- a/src/cards/types.d.ts +++ b/src/cards/types.d.ts @@ -16,6 +16,7 @@ export type StatCardOptions = CommonOptions & { show_icons: boolean; hide_title: boolean; hide_border: boolean; + card_width: number; hide_rank: boolean; include_all_commits: boolean; line_height: number | string;