UNPKG

react-docgen

Version:

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

7 lines (6 loc) 209 B
import type { Handler } from './index.js'; /** * Finds the nearest block comment before the component definition. */ declare const componentDocblockHandler: Handler; export default componentDocblockHandler;