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

x/live/blocks/utils.tsx>newComponentBlock

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
variable newComponentBlock
import { newComponentBlock } from "https://deno.land/x/live@1.57.32/blocks/utils.tsx";

type

<K extends string>(type: K, defaultDanglingRecover?: Resolver<PreactComponent> | Resolver<PreactComponent>[]) => Block<BlockModule<ComponentFunc, JSX.Element | null, PreactComponent>, ComponentFunc, K>