UNPKG

react-docgen

Version:

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

5 lines (4 loc) 195 B
import type { Handler } from './index.js'; export declare const propTypeHandler: Handler; export declare const contextTypeHandler: Handler; export declare const childContextTypeHandler: Handler;