Skip to content

Commit

Permalink
fix: add missing StatsCard types
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Sep 17, 2022
1 parent c1324b3 commit eacc3cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cards/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

1 comment on commit eacc3cd

@vercel
Copy link

@vercel vercel bot commented on eacc3cd Sep 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.