UNPKG
pttx-plugin
Version:
latest (1.0.0)
1.0.0
评论插件
gitee.com/derekgo/tool-collection/blob/master/customVideo/vue3/pluginVersion/v1/README.md
pttx-plugin
/
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 };