UNPKG

react-achievements-zustand

Version:

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

9 lines (8 loc) 181 B
export interface BadgeConfig { id: string; icon: string; title: string; description: string; } declare const defaultBadges: BadgeConfig[]; export { defaultBadges };