@forge/react
11.14.2-next.211.14.2-next.3
out/components/popup.d.ts~
out/components/popup.d.tsModified+5
Index: package/out/components/popup.d.ts
===================================================================
--- package/out/components/popup.d.ts
+++ package/out/components/popup.d.ts
@@ -1,3 +1,8 @@
import { PopupProps } from '@atlaskit/forge-react-types';
+/**
+ * A popup displays brief content in an overlay.
+ *
+ * @see [Popup](https://developer.atlassian.com/platform/forge/ui-kit/components/popup/) in UI Kit documentation for more information
+ */
export declare const Popup: ({ content, trigger, isOpen, id, testId, onClose, boundary, rootBoundary, shouldFlip, placement, fallbackPlacements, autoFocus, shouldUseCaptureOnOutsideClick, shouldFitContainer, shouldDisableFocusLock, strategy, role, label, titleId, shouldRenderToParent }: PopupProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=popup.d.ts.map
\ No newline at end of file