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

x/live/components/section.tsx>Framework

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
interface Framework
import { type Framework } from "https://deno.land/x/live@1.67.9/components/section.tsx";

Properties

Wrapper: ComponentType<{ id: string; partialMode?: "replace" | "append" | "prepend"; }>
ErrorFallback: ComponentType<{ id: string; name: string; debugEnabled?: boolean; isDeploy: boolean; error: Error; }>
LoadingFallback: ComponentType<{ id: string; }>