import { withSection } from "https://deno.land/x/blocks@1.63.13/components/section.tsx";
type
<TProps>() => unknown
resolver: string,
ComponentFunc: ComponentFunc,
LoadingFallback?: ComponentType,
ErrorFallback?: ComponentType<{ error?: Error; }>,