UNPKG

react-achievements-zustand

Version:

This package allows users to transpose a React achievements engine over their React apps using Zustand for state management

4 lines 162 B
declare module 'react-use' { export function useWindowSize(): { width: number; height: number }; // Add other functions from react-use that you're using }