export type Context
This commit is contained in:
parent
d749325836
commit
861a024a1f
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user