UNPKG

vue-jsx-runtime

Version:
8 lines 446 B
import { Fragment } from 'vue'; import { jsx as prodJsx } from './jsx'; import { jsxWithValidationStatic, jsxWithValidationDynamic, jsxWithValidation } from './dev'; declare const jsx: typeof jsxWithValidationDynamic | typeof prodJsx; declare const jsxs: typeof prodJsx | typeof jsxWithValidationStatic; declare const jsxDEV: typeof jsxWithValidation | undefined; export { Fragment, jsx, jsxs, jsxDEV }; //# sourceMappingURL=index.d.ts.map