Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Type Parameters

optional
T = any
definition: (props?: T, children?: any) => Element<T>