Skip to main content
Module

x/dtils/jsx.ts>JsxComponent

The best unofficial library of utilities for Deno applications
Go to Latest
type alias JsxComponent
import { type JsxComponent } from "https://deno.land/x/dtils@1.6.2/jsx.ts";
definition: (props: any, slot: string) => Promise<string> | string