2
0
Fork 0
ComprehensiveMaintenance/typings/index.d.ts

6 lines
121 B
TypeScript
Raw Permalink Normal View History

2023-10-03 22:12:31 +08:00
declare module 'vue3-video-play'
declare module 'css-color-function'
type PromiseFun = (...arg: any[]) => Promise<any>