zhizhi/node_modules/dingtalk-jsapi/api/union/hideLoading.d.ts

20 lines
506 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
*
* @apiName hideLoading
*/
export interface IUnionHideLoadingParams extends ICommonAPIParams {
}
/**
*
* @apiName hideLoading
*/
export interface IUnionHideLoadingResult {
}
/**
*
* @apiName hideLoading
*/
export declare function hideLoading$(params: IUnionHideLoadingParams): Promise<IUnionHideLoadingResult>;
export default hideLoading$;