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>ComponentChild

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

Utility type to retrieve the children types of an Component

Type Parameters

ComponentGeneric extends Component | unknown
definition: ComponentGeneric extends Component<any, infer C> ? C : never