mirror of
https://github.com/likeshop-github/likeadmin_go.git
synced 2025-12-24 13:07:57 +08:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
declare module 'vue3-video-play'
|
|
|
|
declare module 'css-color-function'
|
|
|
|
type PromiseFun = (...arg: any[]) => Promise<any>
|