UNPKG

react-docgen

Version:

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

6 lines (5 loc) 180 B
import type { NodePath } from '@babel/traverse'; /** * Prints the given path without leading or trailing comments. */ export default function printValue(path: NodePath): string;