Files
Shifted/node_modules/react-docgen/dist/utils/getMemberExpressionValuePath.d.ts
2026-02-10 01:14:19 +00:00

4 lines
230 B
TypeScript

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