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