Skip to content

Commit fcf828c

Browse files
authored
fix(type): fix missed VPBadge type in theme.d.ts (#3470)
1 parent a1fb363 commit fcf828c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: theme.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export declare const useSidebar: () => DefaultTheme.DocSidebar
1616
export declare const useLocalNav: () => DefaultTheme.DocLocalNav
1717

1818
// TODO: add props for these
19+
export declare const VPBadge: DefineComponent
1920
export declare const VPButton: DefineComponent
2021
export declare const VPDocAsideSponsors: DefineComponent
2122
export declare const VPHomeFeatures: DefineComponent

0 commit comments

Comments
 (0)