react-docgen-typescript
react-docgen-typescript copied to clipboard
Doest not work with types imported like React.*some
Hello! Still does not work with FC from react, return []
import React from 'react'
export const Button: React.FC<{ a: string, b: number }> = (props) => <div></div>
"react-docgen-typescript-loader": "^3.7.2", "react": "16.12.0",