Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-dom/src/jsx.ts
Original file line number Diff line number Diff line change
@@ -255,7 +255,7 @@ export type StyleValue =
export type ClassValue =
| undefined
| string
| Record<string | number, unknown>
| Record<string | number, any>
| Array<ClassValue>

export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {

0 comments on commit 2424013

Please sign in to comment.