Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/jsx/streaming.ts>Suspense

Web Framework built on Web Standards
Extremely Popular
Go to Latest
variable Suspense
import { Suspense } from "https://deno.land/x/hono@v4.3.5/jsx/streaming.ts";

type

FC<PropsWithChildren<{ fallback: any; }>>