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

x/live/blocks/app.ts>AppFunc

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

Type Parameters

optional
TProps = any
optional
TState = { }
optional
TAppManifest extends AppManifest = AppManifest
optional
TAppDependencies extends (AppRuntime | App)[] = (AppRuntime | App)[]
optional
TResolverMap extends ResolverMap = ResolverMap
definition: (c: TProps) => PromiseOrValue<App<TAppManifest, TState, TAppDependencies, TResolverMap> | AppRuntime<any, TState>>