types: improve typing (#309)
This commit is contained in:
2
packages/runtime-dom/jsx.d.ts
vendored
2
packages/runtime-dom/jsx.d.ts
vendored
@@ -23,7 +23,7 @@
|
||||
|
||||
interface HTMLAttributes {
|
||||
class?: any
|
||||
style?: string | { [key: string]: string | number }
|
||||
style?: string | Partial<CSSStyleDeclaration>
|
||||
accesskey?: string
|
||||
contenteditable?: boolean
|
||||
contextmenu?: string
|
||||
|
||||
Reference in New Issue
Block a user