Skip to content

Commit fcae4d5

Browse files
authoredOct 14, 2024··
fix(theme): add types for VPLink, VPSocialLink and VPSocialLinks exports (#4284)
1 parent fb772ac commit fcae4d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎theme.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ export declare const VPHomeFeatures: DefineComponent
2424
export declare const VPHomeHero: DefineComponent
2525
export declare const VPHomeSponsors: DefineComponent
2626
export declare const VPImage: DefineComponent
27+
export declare const VPLink: DefineComponent
28+
export declare const VPSocialLink: DefineComponent
29+
export declare const VPSocialLinks: DefineComponent
2730
export declare const VPSponsors: DefineComponent
2831
export declare const VPTeamMembers: DefineComponent
2932
export declare const VPTeamPage: DefineComponent

0 commit comments

Comments
 (0)
Please sign in to comment.