types(jsx-runtime): use interface instead of type for ReservedProps (#12385)

This commit is contained in:
zhiyuanzmj 2025-11-05 16:35:37 +08:00 committed by GitHub
parent d715e5f6f1
commit 1df8990504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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