From 3d19a34dd5ab07b826cc64bcaee4f28d88b96b5b Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Thu, 23 Oct 2025 13:40:25 -0700 Subject: [PATCH] webapp: Export some Hono types --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index 99fc0a6..38c504e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,4 @@ +export type { Context } from "hono" +export type { FC as Component } from "hono/jsx" + export { routes, css, js } from "./helpers" \ No newline at end of file