UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

9 lines (8 loc) 230 B
import React from "react"; interface RewardAnimationOverlayProps { xp?: number; levelUp?: boolean; onClose?: () => void; } export declare const RewardAnimationOverlay: React.FC<RewardAnimationOverlayProps>; export {};