UNPKG

213 BTypeScriptView Raw
1import type { NodePath } from '@babel/traverse';
2/**
3 * Returns true if the expression is a reference to a react export.
4 */
5export default function isReactBuiltinReference(path: NodePath, name: string): boolean;