Skip to content

Commit

Permalink
fix(theme): add types for VPLink, VPSocialLink and `VPSocialLinks…
Browse files Browse the repository at this point in the history
…` exports (#4284)
  • Loading branch information
peterroe authored Oct 14, 2024
1 parent fb772ac commit fcae4d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcae4d5

Please sign in to comment.