Skip to main content
Module

x/netzo/mod.ts>ComponentProps

SDK for Netzo, the open platform to instantly deploy JavaScript and TypeScript to URL endpoints, connect essential APIs, automate business processes and build internal tools faster, without managing servers.
Go to Latest
type alias ComponentProps
import { type ComponentProps } from "https://deno.land/x/netzo@v0.1.44/mod.ts";

Type Parameters

C extends ComponentType<any> | keyof JSXInternal.IntrinsicElements
definition: C extends ComponentType<infer P> ? P : C extends keyof JSXInternal.IntrinsicElements ? JSXInternal.IntrinsicElements[C] : never

Type Parameters

C extends ComponentType<any> | keyof JSXInternal.IntrinsicElements
definition: C extends ComponentType<infer P> ? P : C extends keyof JSXInternal.IntrinsicElements ? JSXInternal.IntrinsicElements[C] : never