mirror of https://github.com/vuejs/core.git
types(jsx-runtime): use interface instead of type for ReservedProps (#12385)
This commit is contained in:
parent
d715e5f6f1
commit
1df8990504
|
|
@ -1440,7 +1440,7 @@ type EventHandlers<E> = {
|
|||
|
||||
import type { VNodeRef } from '@vue/runtime-core'
|
||||
|
||||
export type ReservedProps = {
|
||||
export interface ReservedProps {
|
||||
key?: PropertyKey | undefined
|
||||
ref?: VNodeRef | undefined
|
||||
ref_for?: boolean | undefined
|
||||
|
|
|
|||
Loading…
Reference in New Issue