Skip to content

Commit

Permalink
fix(types): add referrerPolicy to AnchorHTMLAttributes (#3006)
Browse files Browse the repository at this point in the history
add `referrerPolicy` to `AnchorHTMLAttributes`. the implementation depends on
the dom library typings that the TypeScript compiler provides.
  • Loading branch information
Brian Mock committed Aug 31, 2021
1 parent e3ffd44 commit 4f7c073
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 @@ -758,6 +758,7 @@ export namespace JSXBase {
media?: string;
rel?: string;
target?: string;
referrerPolicy?: ReferrerPolicy;
}

export interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {}
Expand Down

0 comments on commit 4f7c073

Please sign in to comment.