diff --git a/packages/runtime-dom/src/jsx.ts b/packages/runtime-dom/src/jsx.ts index 08d9e2bec90..dfa4fc561c6 100644 --- a/packages/runtime-dom/src/jsx.ts +++ b/packages/runtime-dom/src/jsx.ts @@ -252,16 +252,10 @@ export type StyleValue = | CSSProperties | Array -export type ClassValue = - | undefined - | string - | Record - | Array - export interface HTMLAttributes extends AriaAttributes, EventHandlers { innerHTML?: string - class?: ClassValue + class?: any style?: StyleValue // Standard HTML Attributes