Skip to main content
Module

x/harmony/mod.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.7.0/mod.ts";

Type Parameters

optional
T = any

Properties

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