UNPKG

@aplus-frontend/ui

Version:

6 lines (5 loc) 359 B
import { ModalFuncProps } from '@aplus-frontend/antdv'; export declare function isPromise(fn: any): any; export declare const isAsynchronous: (fn: any) => any; export declare const transferOpacityColor: (thisColor?: string, thisOpacity?: string) => string | undefined; export declare const confirmHandle: (ModalFuncProps: ModalFuncProps) => Promise<unknown>;