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

6 lines
167 B
TypeScript

import type { NodePath } from '@babel/traverse';
/**
* Returns if the method path is a Component method.
*/
export default function (methodPath: NodePath): boolean;