let uid = 0; const useThemeKey = () => { return 'themekey' + uid++; }; export default useThemeKey;