Skip to content

Commit

Permalink
Merge branch 'main' into attr-and-prop---elementTiming
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia authored Oct 24, 2023
2 parents 2fe116a + a493fd4 commit ec0b103
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 @@ -2178,6 +2178,7 @@ export namespace JSXInternal {
>;
elementTiming?: string | undefined | SignalLike<string | undefined>;
elementtiming?: HTMLAttributes['elementTiming'];
exportparts?: string | undefined | SignalLike<string | undefined>;
for?: string | undefined | SignalLike<string | undefined>;
form?: string | undefined | SignalLike<string | undefined>;
formAction?: string | undefined | SignalLike<string | undefined>;
Expand Down

0 comments on commit ec0b103

Please sign in to comment.