Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/docxml/src/classes/XmlComponent.ts>XmlComponentProps

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

Utility type to retrieve the prop types of an XmlComponent

Type Parameters

ComponentGeneric extends XmlComponent | unknown
definition: ComponentGeneric extends XmlComponent<infer P, any> ? P : { [key: string]: never; }