UNPKG

adwaveui

Version:

Interactive Web Components inspired by the Gtk Adwaita theme.

12 lines (10 loc) 252 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); // src/utils/is-lmb.ts function isLmb(event) { return event.button === 0; } __name(isLmb, "isLmb"); export { isLmb };