UNPKG
npm-tools-init
Version:
latest (0.0.2)
0.0.2
0.0.1
demo
gitee.com
npm-tools-init
/
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 };