UNPKG

@minto-ai/mt-ui

Version:

UI组件库

8 lines (7 loc) 194 B
declare class Deferred { promise: Promise<any>; resolve: (value?: any) => void; reject: (reason?: any) => void; constructor(param?: Record<string, any>); } export { Deferred, };