UNPKG
carpooluikit
Version:
latest (1.0.0)
1.0.0
carpool finance uikit
github.com/TiscotSerVices/blzd-uikit
TiscotSerVices/blzd-uikit
carpooluikit
/
dist
/
components
/
FallingBunnies
/
types.d.ts
12 lines
(11 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
BunnyProps
{
position
:
number
;
iterations
:
number
;
duration
:
number
; }
export
interface
FallingBunniesProps
{
size
?:
number
;
count
?:
number
;
iterations
?:
number
;
duration
?:
number
; }