Skip to main content
Module

x/live/engine/block.ts>ModuleOf

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
type alias ModuleOf
import { type ModuleOf } from "https://deno.land/x/live@1.60.23/engine/block.ts";
definition: TBlock extends Block<infer TBlockModule> ? TBlockModule : never