Skip to main content
Module

x/live/blocks/utils.tsx>applyConfigFunc

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

type

<TConfig = any, TResp extends (...args: any[]) => any = any, TFunc extends (c: TConfig) => TResp = any>(func: { default: TFunc; }) => unknown