UNPKG

vue-hooks-plus

Version:
3 lines (2 loc) 130 B
export type IProps = Record<string, any>; export default function useWhyDidYouUpdate(componentName: string, props: IProps): void;