UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 230 B
/** * @module * This module provides the `hono/jsx/dom` runtime. */ export { jsxDEV as jsx, Fragment } from './jsx-dev-runtime'; export { jsxDEV as jsxs } from './jsx-dev-runtime'; export type { JSX } from './jsx-dev-runtime';