mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
refactor: add missing export for wakatime options type (#3531)
This commit is contained in:
parent
2259870e8e
commit
c402a23360
1 changed files with 1 additions and 1 deletions
2
src/cards/types.d.ts
vendored
2
src/cards/types.d.ts
vendored
|
|
@ -46,7 +46,7 @@ export type TopLangOptions = CommonOptions & {
|
|||
hide_progress: boolean;
|
||||
};
|
||||
|
||||
type WakaTimeOptions = CommonOptions & {
|
||||
export type WakaTimeOptions = CommonOptions & {
|
||||
hide_title: boolean;
|
||||
hide: string[];
|
||||
line_height: string;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue