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