diff --git a/src/components/tap-click/tap-click.ts b/src/components/tap-click/tap-click.ts index d6dbffd616a..54d42d22dcf 100644 --- a/src/components/tap-click/tap-click.ts +++ b/src/components/tap-click/tap-click.ts @@ -196,7 +196,7 @@ function getActivatableTarget(ele: HTMLElement) { /** * @private */ -export function isActivatable(ele: HTMLElement) { +export const isActivatable = function(ele: HTMLElement) { if (ACTIVATABLE_ELEMENTS.test(ele.tagName)) { return true; }