/** * @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';