mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
4 lines
87 B
TypeScript
4 lines
87 B
TypeScript
declare module 'css-color-function'
|
|
|
|
type PromiseFun = (...arg: any[]) => Promise<any>
|