Skip to main content
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@2.1.0/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