UNPKG

@upv/react-ui-core

Version:

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

10 lines (9 loc) 232 B
import React from "react"; interface LevelTrackerProps { level: number; currentXP: number; xpToNextLevel: number; showNextLabel?: boolean; } export declare const LevelTracker: React.FC<LevelTrackerProps>; export {};