type alias FunctionComponentimport { type FunctionComponent } from "https://deno.land/x/fastro@v0.88.1/http/server/types.ts"; Define the function component Example: const c = () => <div>Hello<div> definition: (props: any) => JSX.Element