diff --git a/src/declarations/stencil-public-runtime.ts b/src/declarations/stencil-public-runtime.ts index 259604397b9..743c6e8e4b2 100644 --- a/src/declarations/stencil-public-runtime.ts +++ b/src/declarations/stencil-public-runtime.ts @@ -1102,7 +1102,6 @@ export namespace JSXBase { export interface LabelHTMLAttributes extends HTMLAttributes { form?: string; htmlFor?: string; - htmlfor?: string; } export interface LiHTMLAttributes extends HTMLAttributes { @@ -1228,7 +1227,6 @@ export namespace JSXBase { export interface OutputHTMLAttributes extends HTMLAttributes { form?: string; htmlFor?: string; - htmlfor?: string; name?: string; }