Skip to content

Commit

Permalink
fix #5058: expose alignOverlay method in OverlayPanel (#5072)
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Kleszczyński <michal.kleszczynski@unitgroup.com>
  • Loading branch information
Magiczne and Michał Kleszczyński authored Jan 12, 2024
1 parent 65339ea commit 346cbea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/overlaypanel/OverlayPanel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 346cbea

Please sign in to comment.