Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AxisContainerElement

A helper type to alias elements which can serve as a container for an axis.

type AxisContainerElement = SVGSVGElement | SVGGElement;

§Type

§
SVGSVGElement | SVGGElement
[src]