react-docgen-typescript
Version:
[](https://github.com/styleguidist/react-docgen-typescript/actions/workflows/nodejs.yml)
3 lines (2 loc) • 378 B
TypeScript
import { ComponentDoc, FileParser, getDefaultExportForFile, parse, Parser, ParserOptions, PropItem, PropItemType, Props, withCompilerOptions, withCustomConfig, withDefaultConfig } from './parser';
export { parse, getDefaultExportForFile, withCompilerOptions, withDefaultConfig, withCustomConfig, ComponentDoc, FileParser, Parser, ParserOptions, Props, PropItem, PropItemType };