Co-authored-by: Michał Kleszczyński <michal.kleszczynski@unitgroup.com>pull/5098/head
parent
65339ea26e
commit
346cbeaba2
|
@ -244,6 +244,10 @@ export interface OverlayPanelEmits {
|
|||
* @group Component
|
||||
*/
|
||||
declare class OverlayPanel extends ClassComponent<OverlayPanelProps, OverlayPanelSlots, OverlayPanelEmits> {
|
||||
/**
|
||||
* Aligns overlay panel based on the current position of the container.
|
||||
*/
|
||||
alignOverlay(): void;
|
||||
/**
|
||||
* Toggles the visibility of the overlay.
|
||||
* @param {Event} event - Browser event.
|
||||
|
|
Loading…
Reference in New Issue