Skip to content

Commit

Permalink
sort list
Browse files Browse the repository at this point in the history
  • Loading branch information
titoBouzout committed Nov 12, 2024
1 parent 81f2557 commit de55d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dom-expressions/src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1459,11 +1459,11 @@ export namespace JSX {
controls?: "true" | boolean | undefined;
controlslist?: string | undefined;
crossorigin?: HTMLCrossorigin | undefined;
disableremoteplayback?: "true" | boolean | undefined;
loop?: "true" | boolean | undefined;
muted?: "true" | boolean | undefined;
preload?: "none" | "metadata" | "auto" | "" | undefined;
src?: string | undefined;
disableremoteplayback?: "true" | boolean | undefined;

/** @deprecated Use lowercase attributes */
crossOrigin?: HTMLCrossorigin | undefined;
Expand Down

0 comments on commit de55d02

Please sign in to comment.