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

8 lines
259 B
TypeScript

import type { Handler } from './index.js';
/**
* Extract all flow types for the methods of a react component. Doesn't
* return any react specific lifecycle methods.
*/
declare const componentMethodsHandler: Handler;
export default componentMethodsHandler;