We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc79029 commit 5d077c8Copy full SHA for 5d077c8
packages/runtime-dom/src/jsx.ts
@@ -252,16 +252,10 @@ export type StyleValue =
252
| CSSProperties
253
| Array<StyleValue>
254
255
-export type ClassValue =
256
- | undefined
257
- | string
258
- | Record<string | number, any>
259
- | Array<ClassValue>
260
-
261
export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
262
innerHTML?: string
263
264
- class?: ClassValue
+ class?: any
265
style?: StyleValue
266
267
// Standard HTML Attributes
0 commit comments