UNPKG

@smui/common

Version:
8 lines 212 B
export function stopPropagation(fn) { return function (event) { event.stopPropagation(); // @ts-ignore return fn.call(this, event); }; } //# sourceMappingURL=stopPropagation.js.map