suyuan/admin/typings/index.d.ts

6 lines
126 B
TypeScript
Raw Normal View History

2023-11-23 14:33:56 +08:00
declare module 'vue3-video-play'
declare module 'css-color-function'
type PromiseFun = (...arg: any[]) => Promise<any>