/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { PopupAnimation } from "@progress/kendo-angular-popup"; /** * Specifies the available Popover animation options. */ export type PopoverAnimation = PopupAnimation | boolean;