Files

6 lines
124 B
TypeScript
Raw Normal View History

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>;