UNPKG

react-docgen

Version:

A library to extract information from React components for documentation generation.

8 lines (7 loc) 259 B
import type { Handler } from './index.js'; /** * Extract all flow types for the methods of a react component. Doesn't * return any react specific lifecycle methods. */ declare const componentMethodsHandler: Handler; export default componentMethodsHandler;