UNPKG

react-achievements-zustand

Version:

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

5 lines (4 loc) 144 B
export declare const useAchievementState: () => { metrics: import("..").AchievementMetrics; previouslyAwardedAchievements: string[]; };