UNPKG

259 BTypeScriptView Raw
1import type { Handler } from './index.js';
2/**
3 * Extract all flow types for the methods of a react component. Doesn't
4 * return any react specific lifecycle methods.
5 */
6declare const componentMethodsHandler: Handler;
7export default componentMethodsHandler;