UNPKG

@hhgtech/hhg-components

Version:
4 lines (3 loc) 160 B
/** src: https://www.benmvp.com/blog/8-helpful-custom-react-hooks/ * check if we are at first mount */ export declare const useInitialMount: () => boolean;