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.

4 lines (2 loc) 172 B
import { BalloonsConfig } from './Balloons.types'; export declare const balloons: (root: Element, internalAnimatingCallback: () => void, config?: BalloonsConfig) => void;