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
/
build
/
player
/
lottie_html.d.ts
6 lines
(3 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
default
as
Lottie
}
from
'../../index'
;
export
*
from
'../../index'
;
export
default
Lottie
;