Skip to main content
interface IElementProps
import { type IElementProps } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Index Signatures

[key: string]: any

Properties

type: string
optional
nodeValue: string
optional
className: string
optional
onClick: Function
optional
children: IElement[]