UNPKG

@blueprintjs/core

Version:
14 lines 361 B
/* ! * (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