@codecademy/gamut

68.2.168.2.2-alpha.8940e8.0
dist/PopoverContainer/utils.d.ts
~dist/PopoverContainer/utils.d.tsModified
+1−1
Index: package/dist/PopoverContainer/utils.d.ts
===================================================================
--- package/dist/PopoverContainer/utils.d.ts
+++ package/dist/PopoverContainer/utils.d.ts
@@ -45,9 +45,9 @@
  * so that the shift moves toward the target rather than away from it after logical
  * positions have flipped the element to the opposite physical side.
  */
 export declare const getPosition: ({ alignment, container, offset, x, y, invertAxis, isRtl, }: PopoverPositionConfig & {
-    isRtl?: boolean | undefined;
+    isRtl?: boolean;
 }) => PopoverPositionResult;
 export declare const getContainers: (target: TargetRef, inline: boolean | undefined, scroll: {
     x: number;
     y: number;