@blueprintjs/core
Version:
Core styles & components
13 lines • 393 B
JavaScript
;
/* !
* (c) Copyright 2025 Palantir Technologies Inc. All rights reserved.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PopoverInteractionKind = void 0;
exports.PopoverInteractionKind = {
CLICK: "click",
CLICK_TARGET_ONLY: "click-target",
HOVER: "hover",
HOVER_TARGET_ONLY: "hover-target",
};
//# sourceMappingURL=popoverProps.js.map