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)

7 lines (6 loc) 211 B
import { ComponentDoc } from './parser'; /** * This method exists for backward compatibility only. * Use *parse* method from *parser* file. */ export declare function parse(fileName: string): ComponentDoc[];