Files
quantulr 373b3d9dff init
2023-10-29 18:37:44 +08:00

6 lines
121 B
TypeScript

declare module 'vue3-video-play'
declare module 'css-color-function'
type PromiseFun = (...arg: any[]) => Promise<any>