UNPKG
mediaquad-sound-component
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
This component is built on the [wavesurfer](https://wavesurfer.xyz) library.
mediaquad-sound-component
/
dist
/
components
/
core
/
utils.d.ts
7 lines
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
detectMobile
(
):
boolean
;
export
declare
function
getRect
(
elem
:
any
): {
width
:
any
;
height
:
any
; };
export
declare
function
formatTime
(
seconds
:
any
):
string
;
//# sourceMappingURL=utils.d.ts.map