@gechiui/components
Version:
UI components for GeChiUI.
28 lines • 910 B
TypeScript
export default PopoverContainer;
declare const PopoverContainer: import("react").ForwardRefExoticComponent<Pick<{
[x: string]: any;
headerTitle: any;
onClose: any;
children: any;
className: any;
noArrow?: boolean | undefined;
isAlternate: any;
position?: string | undefined;
range: any;
focusOnMount?: string | undefined;
anchorRef: any;
shouldAnchorIncludePadding: any;
anchorRect: any;
getAnchorRect: any;
expandOnMobile: any;
animate?: boolean | undefined;
onFocusOutside: any;
__unstableStickyBoundaryElement: any;
__unstableSlotName?: string | undefined;
__unstableObserveElement: any;
__unstableBoundaryParent: any;
__unstableForcePosition: any;
__unstableForceXAlignment: any;
__unstableEditorCanvasWrapper: any;
}, string | number> & import("react").RefAttributes<any>>;
//# sourceMappingURL=index.d.ts.map