Skip to content

Commit

Permalink
fix(typescript): remove unsupported label property (#5840)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann authored Jun 20, 2024
1 parent a62109c commit d26ea2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/declarations/stencil-public-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,6 @@ export namespace JSXBase {
export interface LabelHTMLAttributes<T> extends HTMLAttributes<T> {
form?: string;
htmlFor?: string;
htmlfor?: string;
}

export interface LiHTMLAttributes<T> extends HTMLAttributes<T> {
Expand Down

0 comments on commit d26ea2b

Please sign in to comment.