Skip to content

Commit

Permalink
Add elementTiming attribute/property (#4165)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Oct 24, 2023
1 parent a493fd4 commit 485078e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,8 @@ export namespace JSXInternal {
| 'send'
| undefined
>;
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>;
Expand Down

0 comments on commit 485078e

Please sign in to comment.