import { type ComponentProps } from "https://deno.land/x/docxml@5.13.0/src/classes/Component.ts";
Utility type to retrieve the prop types of an Component
Type Parameters
ComponentGeneric extends Component | unknown
definition: ComponentGeneric extends Component<infer P, any> ? P : { [key: string]: never; }