UNPKG
mediaquad-video-component
Version:
latest (0.0.10)
0.0.10
0.0.9
0.0.8
mediaquad-video-component
/
dist
/
VuePlayer.d.ts
9 lines
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
tooltip
from
"./components/tooltip"
;
import
Player
from
"./components/Player.vue"
;
import
"./index.css"
;
declare
const
_default
: {
install
:
(
app
:
any
) =>
void
; };
export
default
_default;
export
{
Player
, tooltip };
//# sourceMappingURL=VuePlayer.d.ts.map