Skip to content

Commit

Permalink
fix(declarations): Attribute ping is missing on AnchorHTMLAttributes (#…
Browse files Browse the repository at this point in the history
…5752)

fixes: #5751
  • Loading branch information
janerikmai committed May 10, 2024
1 parent a84be26 commit d345412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/declarations/stencil-public-runtime.ts
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 d345412

Please sign in to comment.