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>ComponentProps

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