UNPKG

@blueprintjs/core

Version:
10 lines 280 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", }; //# sourceMappingURL=popoverProps.js.map