vue-apps/com.actionsoft.apps.coe.pal.modelconvert/lib/awsui.es/upload-image/utils/effectRipple.d.ts
2022-09-30 16:40:01 +08:00

9 lines
236 B
TypeScript

/**
* 点击波纹效果
*
* @param {[event]} e [description]
* @param {[Object]} arg_opts [description]
* @return {[bollean]} [description]
*/
export default function (e: any, arg_opts: any): false | undefined;