UNPKG

vue-jsx-vapor

Version:
11 lines (7 loc) 282 B
import { Fragment } from 'vue' import type { JSX, RenderResult } from 'vue-jsx-vapor' declare global { export type { JSX } from 'vue-jsx-vapor' } declare function jsx(type: any, props: any, key: any): RenderResult export { Fragment, jsx, jsx as jsxDEV, jsx as jsxs, type JSX }