Skip to content

Commit

Permalink
Merge pull request #367 from samualtnorman/classlist-type
Browse files Browse the repository at this point in the history
loosen `classList` attribute type
  • Loading branch information
ryansolid authored Oct 21, 2024
2 parents 5d8348f + 1212cc1 commit dfd0789
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 @@ -145,7 +145,7 @@ export namespace JSX {
ref?: T | ((el: T) => void) | undefined;
classList?: {
[k: string]: boolean | undefined;
};
} | undefined;
$ServerOnly?: boolean | undefined;
}
type Accessor<T> = () => T;
Expand Down

0 comments on commit dfd0789

Please sign in to comment.