Skip to content

Commit

Permalink
Merge pull request #4164 from shoonia/global-attribute-exportparts
Browse files Browse the repository at this point in the history
Add the `exportparts` global attribute
  • Loading branch information
marvinhagemeister committed Oct 23, 2023
2 parents 8fb2f0d + 1522247 commit a493fd4
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 @@ -2176,6 +2176,7 @@ export namespace JSXInternal {
| 'send'
| undefined
>;
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 a493fd4

Please sign in to comment.