From d26ea2b7490db64e4e6cd1af8eccfe48c63c5122 Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Thu, 20 Jun 2024 09:19:39 -0700 Subject: [PATCH] fix(typescript): remove unsupported label property (#5840) --- src/declarations/stencil-public-runtime.ts | 1 - 1 file changed, 1 deletion(-) 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 {