UNPKG

infinity-forge

Version:
8 lines (7 loc) 256 B
export declare function CountUp({ target, afterCount, beforeCount, className, duration, }: { target: number; duration?: number; className?: string; afterCount?: string; beforeCount?: string; }): import("react/jsx-runtime").JSX.Element;