export type Context

This commit is contained in:
Chris Wanstrath 2025-12-31 19:13:11 -08:00
parent d749325836
commit 861a024a1f

View File

@ -14,6 +14,7 @@ const PICO_CSS = await Bun.file(join(import.meta.dir, '/pico.css')).text()
export * from './utils' export * from './utils'
export { frontend } from './frontend' export { frontend } from './frontend'
export type { Context } from 'hono'
export type HypeProps = { export type HypeProps = {
pico?: boolean pico?: boolean