UNPKG

react-docgen-typescript

Version:

[![Build Status](https://github.com/styleguidist/react-docgen-typescript/actions/workflows/nodejs.yml/badge.svg)](https://github.com/styleguidist/react-docgen-typescript/actions/workflows/nodejs.yml)

11 lines (10 loc) 285 B
/** ExternalPropsComponentProps props */ export interface ExternalPropsComponentProps { /** prop1 description */ prop1: string; } /** ExternalOptionalComponentProps props */ export interface ExternalOptionalComponentProps { /** prop1 description */ prop1?: string; }