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

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias ComponentChild
import { type ComponentChild } from "https://deno.land/x/docxml@5.11.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