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