UNPKG

vue-rewards

Version:

Vue-rewards lets you add micro-interactions to your app, and rewards users with the rain of confetti, emoji or balloons in seconds.

5 lines (4 loc) 151 B
export declare function useReward(id: any, type: any, config: any): { isAnimating: import('vue').Ref<boolean, boolean>; reward: () => void; };