UNPKG
vue3-video-h
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
vue3自定义视频播放器
vue3-video-h
/
lib
/
customVideo
/
src
/
config
/
index.d.ts
11 lines
(10 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare let videoConfigInit: {
src
: string; poster: string; volume: number; themeColor: string; activeColor: string;
width
: string;
height
: string; }; export { videoConfigInit };