UNPKG
@belvo-finance/belvo-vue-components
Version:
latest (1.12.19)
1.12.19
## Project setup ``` npm install ```
@belvo-finance/belvo-vue-components
/
node_modules
/
lottie-web
/
player
/
js
/
elements
/
helpers
/
shapes
/
ShapeGroupData.js
5 lines
•
105 B
JavaScript
View Raw
1
2
3
4
5
function ShapeGroupData() {
this
.it = [];
this
.prevViewData = [];
this
.gr = createNS(
'g'
); }