deno.land / x / hono@v4.2.5 / jsx / types.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
/** * All types exported from "hono/jsx" are in this file. */import type { Child } from './base.ts'
export type { Child, JSXNode, FC } from './base.ts'export type { RefObject } from './hooks/index.ts'export type { Context } from './context.ts'
export type PropsWithChildren<P = unknown> = P & { children?: Child | undefined }export type CSSProperties = Hono.CSSProperties
hono

Version Info

Tagged at
a month ago