We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jsxs
1 parent cdffaf6 commit c7d3207Copy full SHA for c7d3207
packages/vue/jsx-runtime/index.d.ts
@@ -6,7 +6,7 @@ import type { NativeElements, ReservedProps, VNode } from '@vue/runtime-dom'
6
* when ts compilerOptions.jsx is 'react-jsx' or 'react-jsxdev'
7
* https://www.typescriptlang.org/tsconfig#jsxImportSource
8
*/
9
-export { h as jsx, h as jsxDEV, Fragment } from '@vue/runtime-dom'
+export { h as jsx, h as jsxDEV, Fragment, h as jsxs } from '@vue/runtime-dom'
10
11
export namespace JSX {
12
export interface Element extends VNode {}
0 commit comments