UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

11 lines 460 B
interface AnimatedCircularProgressBarProps { max: number; value: number; min: number; gaugePrimaryColor: string; gaugeSecondaryColor: string; className?: string; } export declare function AnimatedCircularProgressBar({ max, min, value, gaugePrimaryColor, gaugeSecondaryColor, className, }: AnimatedCircularProgressBarProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=animated-circular-progress-bar.d.ts.map