2024-05-08 11:40:44 +00:00
|
|
|
/**
|
|
|
|
*
|
|
|
|
* OverlayPanel is a container component positioned as connected to its target.
|
|
|
|
*
|
|
|
|
* [Live Demo](https://primevue.org/popover)
|
|
|
|
*
|
|
|
|
* @module overlaypanelstyle
|
|
|
|
*
|
|
|
|
*/
|
2024-04-18 14:16:37 +00:00
|
|
|
import { PopoverStyle } from '../../popover/style/PopoverStyle';
|
2023-10-02 13:15:41 +00:00
|
|
|
|
2024-04-18 14:16:37 +00:00
|
|
|
export interface OverlayPanelStyle extends PopoverStyle {}
|