Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/harmony/src/interactions/tsxComponents.ts>Element

An easy to use Discord API Library for Deno.
Go to Latest
interface Element
import { type Element } from "https://deno.land/x/harmony@v2.6.0/src/interactions/tsxComponents.ts";

Type Parameters

optional
T = any

Properties

type: ElementType
props: T
optional
children: Element[]