We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37dd42 commit 5af27c3Copy full SHA for 5af27c3
library/src/components/Popover.tsx
@@ -16,7 +16,19 @@ export type PopoverTriggerProps = RPo.Trigger.Props &
16
17
export type PopoverPositionerProps = Pick<
18
RPo.Positioner.Props,
19
- "side" | "align" | "alignOffset" | "anchor" | "style" | "className"
+ | "side"
20
+ | "align"
21
+ | "alignOffset"
22
+ | "anchor"
23
+ | "sticky"
24
+ | "trackAnchor"
25
+ | "style"
26
+ | "className"
27
+ | "sideOffset"
28
+ | "collisionPadding"
29
+ | "collisionAvoidance"
30
+ | "collisionBoundary"
31
+ | "draggable"
32
>
33
34
export type PopoverProps = RPo.Root.Props & {
0 commit comments