mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
12 lines
299 B
TypeScript
12 lines
299 B
TypeScript
/**
|
|
*
|
|
* OverlayPanel is a container component positioned as connected to its target.
|
|
*
|
|
* [Live Demo](https://primevue.org/popover)
|
|
*
|
|
* @module overlaypanelstyle
|
|
*
|
|
*/
|
|
import { PopoverStyle } from '../../popover/style/PopoverStyle';
|
|
|
|
export interface OverlayPanelStyle extends PopoverStyle {}
|