UNPKG

tm-odometer

Version:

TmOdometer: Lightweight JavaScript library for animated numeric counters with smooth transitions and precise decimal handling.

7 lines (6 loc) 203 B
/** * Templates for odometer elements */ declare const DIGIT_HTML: string; declare const FORMAT_MARK_HTML = "<span class=\"odometer-formatting-mark\"></span>"; export { DIGIT_HTML, FORMAT_MARK_HTML };