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 { ConfettiConfig } from './Confetti.types'; export declare const confetti: (root: Element, internalAnimatingCallback: () => void, config?: ConfettiConfig) => void;