Skip to content

Commit

Permalink
Update vnode.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 authored Dec 7, 2023
1 parent d25a03e commit 60d3c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/vnode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type ScopedSlotReturnValue =
| VNode
| string
| boolean
| number
| null
| undefined
| ScopedSlotReturnArray
Expand Down Expand Up @@ -87,7 +88,7 @@ export interface VNodeData {
staticClass?: string
class?: any
staticStyle?: { [key: string]: any }
style?: StyleValue | number;
style?: StyleValue;
props?: { [key: string]: any }
attrs?: { [key: string]: any }
domProps?: { [key: string]: any }
Expand Down

0 comments on commit 60d3c1a

Please sign in to comment.