UNPKG
react-bootstrap-stepper
Version:
latest (1.0.1)
1.0.1
1.0.0
Horizontal stepper with react and bootstrap 4
react-bootstrap-stepper
/
index.js
2 lines
•
116 B
JavaScript
View Raw
1
2
module
.
exports
.
area
=
radius
=>
Math
.
PI
* radius * radius
module
.
exports
.
perimeter
=
radius
=>
2
*
Math
.
PI
* radius