UNPKG

@progress/kendo-react-popup

Version:

React Popup positions a piece of content next to a specific anchor component. KendoReact Popup package

13 lines (12 loc) 577 B
/** * @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-popup-common'; /** * The type which defines all possible position modes of the Popup. */ export type PositionMode = PositionModeBase;