Skip to content

Commit d26ea2b

Browse files
fix(typescript): remove unsupported label property (#5840)
1 parent a62109c commit d26ea2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/declarations/stencil-public-runtime.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,6 @@ export namespace JSXBase {
10981098
export interface LabelHTMLAttributes<T> extends HTMLAttributes<T> {
10991099
form?: string;
11001100
htmlFor?: string;
1101-
htmlfor?: string;
11021101
}
11031102

11041103
export interface LiHTMLAttributes<T> extends HTMLAttributes<T> {

0 commit comments

Comments
 (0)