Skip to content

Commit

Permalink
fix(declarations): Attribute ping is missing on AnchorHTMLAttributes
Browse files Browse the repository at this point in the history
fixes: #5751
  • Loading branch information
janerikmai committed May 10, 2024
1 parent 31259a5 commit b76f047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/declarations/stencil-public-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ export namespace JSXBase {
hrefLang?: string;
hreflang?: string;
media?: string;
ping?: string;
rel?: string;
target?: string;
referrerPolicy?: ReferrerPolicy;
Expand Down

0 comments on commit b76f047

Please sign in to comment.