/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PositionMode as PositionModeBase } from '@progress/kendo-react-popup'; /** * The type which defines all possible position modes of the Popover. */ export type PopoverPositionMode = PositionModeBase;