@component-controls/react-docgen-info
TypeScript icon, indicating that this package has built-in type declarations

4.0.3 • Public • Published

Table of contents

Overview

Extract props info from react components. Although the latest version of react-docgen does support typescript, the typescript support still lags and is not recommended for use

Installation

This package is usually installed as part of the @component-controls package, but you can also install it standalone to extract props info from react components:

$ npm install @component-controls/react-docgen-info --save-dev

API

run

function

run API to generate react-docgen props information tables.

defined in @component-controls/react-docgen-info/props-info/react-docgen/src/index.ts

parameters

Name Type Description
options
RectDocgenOptions
resolver: function (
ast*
[string]: unknown
parser*
parse*:
) => NodePath | NodePath[]
handlers: HandlerType[]
options
filename: string
cwd: string
babelrc: boolean
babelrcRoots: boolean
root: boolean
rootMode: boolean
configFile: boolean
envName: boolean
parserOptions: ParserOptions
configuration options
returns PropsInfoExtractorFunction a callable function of type PropsInfoExtractorFunction

Readme

Keywords

none

Package Sidebar

Install

npm i @component-controls/react-docgen-info

Weekly Downloads

3

Version

4.0.3

License

MIT

Unpacked Size

50 kB

Total Files

10

Last publish

Collaborators

  • atanasster