mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-05 12:23:08 +00:00
refactor: add missing export for wakatime options type (#3531)
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user