Skip to content

Commit d345412

Browse files
authored
fix(declarations): Attribute ping is missing on AnchorHTMLAttributes (#5752)
fixes: #5751
1 parent a84be26 commit d345412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/declarations/stencil-public-runtime.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ export namespace JSXBase {
853853
hrefLang?: string;
854854
hreflang?: string;
855855
media?: string;
856+
ping?: string;
856857
rel?: string;
857858
target?: string;
858859
referrerPolicy?: ReferrerPolicy;

0 commit comments

Comments
 (0)