Skip to main content
Module

x/servest/jsx.ts>DFC

🌾A progressive http server for Deno🌾
Latest
interface DFC
implements FC<P>
import { type DFC } from "https://deno.land/x/servest@v1.3.4/jsx.ts";

Type Parameters

optional
P = { }

Methods

optional
getInitialProps(): Promise<P>