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)

3 lines (2 loc) 378 B
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 };