UNPKG

@nextcloud/vue

Version:
14 lines (13 loc) 252 B
function isA11yActivation(event) { if (event.type === "click") { return true; } if (event.type === "keydown" && event.key === "Enter") { return true; } return false; } export { isA11yActivation }; //# sourceMappingURL=index.mjs.map