webapp: Export some Hono types

This commit is contained in:
Chris Wanstrath 2025-10-23 13:40:25 -07:00
parent 84b001e651
commit 3d19a34dd5

View File

@ -1 +1,4 @@
export type { Context } from "hono"
export type { FC as Component } from "hono/jsx"
export { routes, css, js } from "./helpers" export { routes, css, js } from "./helpers"