UNPKG

react-docgen

Version:

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

8 lines (7 loc) 242 B
import type { Handler } from './index.js'; /** * Extract info from the methods jsdoc blocks. Must be run after * componentMethodsHandler. */ declare const componentMethodsJsDocHandler: Handler; export default componentMethodsJsDocHandler;