UNPKG
@teamhive/lottie-player
Version:
latest (1.0.0)
1.0.0
Lottie animation web component.
@teamhive/lottie-player
/
dist
/
types
/
utils
/
parse-src.d.ts
5 lines
(4 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
/** * Parse a resource
into
a JSON
object
or
a URL
string
*/ export
declare
function
parseSrc(src:
string
|
object
):
string
|
object
;