Skip to content

Commit

Permalink
fix: add hreflang to Link type (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoncool authored Nov 11, 2022
1 parent d9da455 commit da68569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export interface Link {
type?: string;
title?: HTMLLinkElement['title'];
crossOrigin?: '' | 'anonymous' | 'use-credentials';
hreflang?: HTMLLinkElement['hreflang'];
}

export interface Icon {
Expand Down

0 comments on commit da68569

Please sign in to comment.