2023-11-01 22:29:43 +08:00
|
|
|
declare module "vue3-video-play";
|
2023-10-29 18:37:44 +08:00
|
|
|
|
2023-11-01 22:29:43 +08:00
|
|
|
declare module "css-color-function";
|
2023-10-29 18:37:44 +08:00
|
|
|
|
2023-11-01 22:29:43 +08:00
|
|
|
type PromiseFun = (...arg: any[]) => Promise<any>;
|