Files
x_admin/admin/typings/index.d.ts
xiangheng 8eb583397d init
2023-11-24 16:46:30 +08:00

4 lines
87 B
TypeScript

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