UNPKG

react-docgen

Version:

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

3 lines (2 loc) 125 B
import type { NodePath } from '@babel/traverse'; export default function getTypeIdentifier(path: NodePath): NodePath | null;