fix: add missing StatsCard types

This commit is contained in:
rickstaa
2022-09-17 11:28:50 +02:00
parent c1324b31bf
commit eacc3cd29c
+1
View File
@@ -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;