Files
zyt/admin/typings/index.d.ts
2026-03-01 14:17:59 +08:00

4 lines
87 B
TypeScript

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