Skip to content

Commit

Permalink
loosen classList attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Oct 14, 2024
1 parent 388985b commit 1212cc1
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 1212cc1

Please sign in to comment.