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