UNPKG

react-docgen

Version:

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

4 lines (3 loc) 230 B
import type { NodePath } from '@babel/traverse'; import type { Expression } from '@babel/types'; export default function getMemberExpressionValuePath(variableDefinition: NodePath, memberName: string): NodePath<Expression> | null;