UNPKG
@blaze/atoms
Version:
latest (13.1.0)
13.1.0
13.0.1
13.0.0
12.1.1
12.1.0
12.0.3
12.0.0
11.0.3
11.0.2
11.0.1
9.2.0
9.1.0
9.0.2
9.0.1
9.0.0
8.0.0
7.0.0
6.2.1
6.2.0
6.1.0
6.0.2
6.0.1
6.0.0
5.2.1
5.2.0
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.0.0
Open Source UI Toolkit - Atoms
www.blazeui.com
BlazeSoftware/atoms
@blaze/atoms
/
dist
/
types
/
components
/
counter
/
CountUp.d.ts
3 lines
(2 loc)
•
140 B
TypeScript
View Raw
1
2
3
declare
var
CountUp
:
(
target
:
any
,
startVal
:
any
,
endVal
:
any
,
decimals
:
any
,
duration
:
any
,
options
:
any
) =>
void
;
export
default
CountUp
;