Module

x/nano_jsx/jsx-runtime/index.ts>jsxs

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
variable jsxs
import { jsxs } from "https://dotland.deno.dev/x/nano_jsx@v0.0.33/jsx-runtime/index.ts";

type

(
type: any,
props: any,
key: string,
source?: string,
self?: string,
) => any