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
/
VueSoundComponent.d.ts
8 lines
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
Player
from
"./components/Player.vue"
;
import
"./index.css"
;
declare
const
_default
: {
install
:
(
app
:
any
) =>
void
; };
export
default
_default;
export
{
Player
};
//# sourceMappingURL=VueSoundComponent.d.ts.map