From 861a024a1f4531d6d4a22e268d1eaa49745d300f Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 31 Dec 2025 19:13:11 -0800 Subject: [PATCH] export type Context --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 7125164..0ccf188 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -14,6 +14,7 @@ const PICO_CSS = await Bun.file(join(import.meta.dir, '/pico.css')).text() export * from './utils' export { frontend } from './frontend' +export type { Context } from 'hono' export type HypeProps = { pico?: boolean