Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/blocks/blocks/action.ts>ActionModule

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
type alias ActionModule
import { type ActionModule } from "https://deno.land/x/blocks@1.59.3/blocks/action.ts";

Type Parameters

optional
TProps = any
optional
TResp = any
definition: BlockModule<FnProps<TProps, TResp>>