UNPKG

primevue

Version:

PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc

13 lines (11 loc) 294 B
/** * * OverlayPanel is a container component positioned as connected to its target. * * [Live Demo](https://primevue.org/popover) * * @module overlaypanelstyle * */ import type { PopoverStyle } from 'primevue/popover/style'; export interface OverlayPanelStyle extends PopoverStyle {}