Skip to main content
Module

x/hono/middleware.ts>FC

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias FC
Re-export
import { type FC } from "https://deno.land/x/hono@v3.10.0-rc.2/middleware.ts";

Type Parameters

optional
T = Props
definition: (props: T & { children?: Child; }) => HtmlEscapedString