react-award
Version:
React component for rewarding users
10 lines (9 loc) • 439 B
TypeScript
/// <reference types="react" />
/**
* This React component displays a solid color mask with the silhouette of an image,
* and when triggered, it performs a fade-in effect to reveal the image.
*
* The component also plays a confetti animation.
* The user can specify different images or animation files for the component to display.
*/
export declare const Award: import("react").FC<import("./components/award").AwardProps>;