UNPKG

@blueprintjs/core

Version:

Core styles & components

9 lines 393 B
/* ! * (c) Copyright 2026 Palantir Technologies Inc. All rights reserved. */ import { PopoverAnimation } from "../popover/popoverProps"; import {} from "./usePopover"; export { POPOVER_NEXT_PLACEMENTS } from "./middlewareTypes"; export const POPOVER_NEXT_DEFAULT_ANIMATION = PopoverAnimation.SCALE; export const POPOVER_NEXT_DEFAULT_ARROW = true; //# sourceMappingURL=popoverNextProps.js.map