fix(theme): add types for `VPLink`, `VPSocialLink` and `VPSocialLinks` exports (#4284)

pull/4282/merge
lsh 3 weeks ago committed by GitHub
parent fb772acacf
commit fcae4d5554
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
theme.d.ts vendored

@ -24,6 +24,9 @@ export declare const VPHomeFeatures: DefineComponent
export declare const VPHomeHero: DefineComponent
export declare const VPHomeSponsors: DefineComponent
export declare const VPImage: DefineComponent
export declare const VPLink: DefineComponent
export declare const VPSocialLink: DefineComponent
export declare const VPSocialLinks: DefineComponent
export declare const VPSponsors: DefineComponent
export declare const VPTeamMembers: DefineComponent
export declare const VPTeamPage: DefineComponent

Loading…
Cancel
Save