moreShopAdmin/typings/index.d.ts

6 lines
121 B
TypeScript
Raw Normal View History

2024-05-31 09:18:45 +08:00
declare module 'vue3-video-play'
declare module 'css-color-function'
type PromiseFun = (...arg: any[]) => Promise<any>