diff --git a/src/declarations/stencil-public-runtime.ts b/src/declarations/stencil-public-runtime.ts index 801dc08ed26..cd489df6d8a 100644 --- a/src/declarations/stencil-public-runtime.ts +++ b/src/declarations/stencil-public-runtime.ts @@ -1098,7 +1098,6 @@ export namespace JSXBase { export interface LabelHTMLAttributes extends HTMLAttributes { form?: string; htmlFor?: string; - htmlfor?: string; } export interface LiHTMLAttributes extends HTMLAttributes {