@blueprintjs/core
Version:
Core styles & components
14 lines • 361 B
JavaScript
/* !
* (c) Copyright 2025 Palantir Technologies Inc. All rights reserved.
*/
export const PopoverInteractionKind = {
CLICK: "click",
CLICK_TARGET_ONLY: "click-target",
HOVER: "hover",
HOVER_TARGET_ONLY: "hover-target",
};
export const PopoverAnimation = {
MINIMAL: "minimal",
SCALE: "scale",
};
//# sourceMappingURL=popoverProps.js.map