Skip to content

Commit 279a2eb

Browse files
committed
chore: update
1 parent e32793e commit 279a2eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/vue/jsx-runtime/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ import type { NativeElements, ReservedProps, VNode } from '@vue/runtime-dom'
77
* https://www.typescriptlang.org/tsconfig#jsxImportSource
88
*/
99
export { h as jsx, h as jsxDEV, Fragment, h as jsxs } from '@vue/runtime-dom'
10+
import type { RenderReturn } from '@vue/runtime-vapor'
1011

1112
export namespace JSX {
12-
export type Element = VNode | Block
13+
export type Element = RenderReturn
1314
export interface IntrinsicElements extends NativeElements {
1415
// allow arbitrary elements
1516
// @ts-ignore suppress ts:2374 = Duplicate string index signature.

0 commit comments

Comments
 (0)