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) 180 B
import React from 'react'; interface ProgressProps { style?: React.CSSProperties; } declare const _default: React.NamedExoticComponent<ProgressProps>; export default _default;