Skip to content

Commit

Permalink
fix: Adding type for 'part' attribute (#3595)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Jun 30, 2022
1 parent 9e51ee1 commit 7649231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ export namespace JSXInternal {
noValidate?: boolean;
open?: boolean;
optimum?: number;
part?: string;
pattern?: string;
ping?: string;
placeholder?: string;
Expand Down

0 comments on commit 7649231

Please sign in to comment.