fix(type): fix missed `VPBadge` type in `theme.d.ts` (#3470)

pull/3473/head
lsh 6 months ago committed by GitHub
parent a1fb363a8b
commit fcf828c2a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
theme.d.ts vendored

@ -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

Loading…
Cancel
Save