shengchanzhe 09f21041d9 init
2023-07-16 19:14:41 +08:00

6 lines
126 B
TypeScript

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