UNPKG

@blueprintjs/core

Version:
13 lines 393 B
"use strict"; /* ! * (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