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

x/docxml/src/classes/Component.ts>AnyComponent

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
type alias AnyComponent
import { type AnyComponent } from "https://deno.land/x/docxml@2.4.1/src/classes/Component.ts";

Any component instance, uncaring of which one or which props/children it has. Knows nothing, assumes everything.

definition: Component<{ [key: string]: unknown; }, AnyComponent | string>