UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

4 lines (3 loc) 189 B
// re-export to make TS happy when not using nodenext import resolution export { jsx, jsxs, jsxDEV, Fragment } from './core'; export type { JSX, JSXNode, FunctionComponent } from './core';