Skip to content

Commit c7d3207

Browse files
authored
chore: export jsxs type (#13463)
1 parent cdffaf6 commit c7d3207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { NativeElements, ReservedProps, VNode } from '@vue/runtime-dom'
66
* when ts compilerOptions.jsx is 'react-jsx' or 'react-jsxdev'
77
* https://www.typescriptlang.org/tsconfig#jsxImportSource
88
*/
9-
export { h as jsx, h as jsxDEV, Fragment } from '@vue/runtime-dom'
9+
export { h as jsx, h as jsxDEV, Fragment, h as jsxs } from '@vue/runtime-dom'
1010

1111
export namespace JSX {
1212
export interface Element extends VNode {}

0 commit comments

Comments
 (0)