Skip to main content
Module

x/docxml/src/classes/Component.ts>ComponentProps

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
type alias ComponentProps
import { type ComponentProps } from "https://deno.land/x/docxml@2.4.1/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; }