Skip to content

Commit 5af27c3

Browse files
committed
Popover - exposed positioner collision props
1 parent b37dd42 commit 5af27c3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

library/src/components/Popover.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,19 @@ export type PopoverTriggerProps = RPo.Trigger.Props &
1616

1717
export type PopoverPositionerProps = Pick<
1818
RPo.Positioner.Props,
19-
"side" | "align" | "alignOffset" | "anchor" | "style" | "className"
19+
| "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"
2032
>
2133

2234
export type PopoverProps = RPo.Root.Props & {

0 commit comments

Comments
 (0)