Skip to content

Commit

Permalink
fix(type): fix missed VPBadge type in theme.d.ts (#3470)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterroe committed Jan 18, 2024
1 parent a1fb363 commit fcf828c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme.d.ts
Expand Up @@ -16,6 +16,7 @@ export declare const useSidebar: () => DefaultTheme.DocSidebar
export declare const useLocalNav: () => DefaultTheme.DocLocalNav

// TODO: add props for these
export declare const VPBadge: DefineComponent
export declare const VPButton: DefineComponent
export declare const VPDocAsideSponsors: DefineComponent
export declare const VPHomeFeatures: DefineComponent
Expand Down

0 comments on commit fcf828c

Please sign in to comment.