Skip to main content
Module

x/live/mod.ts>FunctionContext

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
type alias FunctionContext
import { type FunctionContext } from "https://deno.land/x/live@1.57.22/mod.ts";

Type Parameters

optional
TProps = any
optional
TState = { }
definition: StatefulContext<DecoState<TProps, TState>>