Skip to main content
Module

x/hono/middleware.ts>FC

Web Framework built on Web Standards
Extremely Popular
Latest
type alias FC
Re-export
import { type FC } from "https://deno.land/x/hono@v4.3.11/middleware.ts";

Type Parameters

optional
P = Props
definition: { (props: P): HtmlEscapedString | Promise<HtmlEscapedString>; defaultProps?: Partial<P> | undefined; displayName?: string | undefined; }