@workday/canvas-kit-docs
Version:
Documentation components of Canvas Kit components
7 lines • 386 B
TypeScript
/**
* Portals popup content into a sentinel div after the trigger (via PopupStack.pushStackContext)
* so DOM reading order matches page context. Uses a two-phase open so pushStackContext runs
* before Popper mounts and registers with the stack.
*/
export declare const InlinePortalPopup: () => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=InlinePortalPopup.d.ts.map