UNPKG

rooks

Version:

Collection of awesome react hooks

3 lines (2 loc) 176 B
export type PropsRecord = Record<string, unknown>; export declare function useWhyDidYouUpdate(componentName: string, currentProps: PropsRecord, enableLogging?: boolean): void;