data_center/admin/typings/index.d.ts

6 lines
121 B
TypeScript
Raw Normal View History

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