Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/jsx/index.ts>FC

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

Type Parameters

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