import { type ComponentChild } from "https://deno.land/x/docxml@5.5.3/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