Skip to content

Commit

Permalink
Types: Add back htmlFor + some camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Mar 11, 2019
1 parent 639bc32 commit 635dca0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/jsx.d.ts
Expand Up @@ -493,7 +493,9 @@ declare namespace JSX {
alt?: string;
async?: boolean;
autocomplete?: string;
autoComplete?: string;
autofocus?: boolean;
autoFocus?: boolean;
autoPlay?: boolean;
capture?: boolean;
cellPadding?: number | string;
Expand Down Expand Up @@ -535,6 +537,7 @@ declare namespace JSX {
href?: string;
hrefLang?: string;
for?: string;
htmlFor?: string;
httpEquiv?: string;
icon?: string;
id?: string;
Expand Down

0 comments on commit 635dca0

Please sign in to comment.