mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 16:20:43 +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>
|