UNPKG

ahooks-v2

Version:
5 lines (4 loc) 146 B
export declare type IProps = { [key: string]: any; }; export default function useWhyDidYouUpdate(componentName: string, props: IProps): void;