Skip to content

Commit 2424013

Browse files
committed
fix(types): widen ClassValue type
1 parent 5156ac5 commit 2424013

File tree

1 file changed

+1
-1
lines changed
  • packages/runtime-dom/src

1 file changed

+1
-1
lines changed

packages/runtime-dom/src/jsx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export type StyleValue =
255255
export type ClassValue =
256256
| undefined
257257
| string
258-
| Record<string | number, unknown>
258+
| Record<string | number, any>
259259
| Array<ClassValue>
260260

261261
export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy