react-docgen-annotation-resolver
Parse @component
annotated export as a react component.
const myComponent = () => (
<h1>Component</h1>
);
/**
* @component
*/
export default myComponent;
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?st
@component
annotation, and returns them to react-docgen.