UNPKG

react-achievements-zustand

Version:

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

7 lines (6 loc) 176 B
import React from 'react'; interface ConfettiWrapperProps { show: boolean; } declare const ConfettiWrapper: React.FC<ConfettiWrapperProps>; export default ConfettiWrapper;