Skip to content

Commit 1df8990

Browse files
authored
types(jsx-runtime): use interface instead of type for ReservedProps (#12385)
1 parent d715e5f commit 1df8990

File tree

1 file changed

+1
-1
lines changed
  • packages/runtime-dom/src

1 file changed

+1
-1
lines changed

packages/runtime-dom/src/jsx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ type EventHandlers<E> = {
14401440

14411441
import type { VNodeRef } from '@vue/runtime-core'
14421442

1443-
export type ReservedProps = {
1443+
export interface ReservedProps {
14441444
key?: PropertyKey | undefined
14451445
ref?: VNodeRef | undefined
14461446
ref_for?: boolean | undefined

0 commit comments

Comments
 (0)