@codecademy/gamut

68.2.268.2.3-alpha.d44ad5.0
dist/Tip/shared/styles/composeVariantsUtils.d.ts
~dist/Tip/shared/styles/composeVariantsUtils.d.tsModified
+1−4
Index: package/dist/Tip/shared/styles/composeVariantsUtils.d.ts
===================================================================
--- package/dist/Tip/shared/styles/composeVariantsUtils.d.ts
+++ package/dist/Tip/shared/styles/composeVariantsUtils.d.ts
@@ -1,8 +1,5 @@
-import { PopoverProps, PopoverXPositionType, PopoverYPositionType } from '../../../Popover';
-import { TipPlacementComponentProps, TipWrapperProps } from '../types';
-export declare const getAlignmentStyles: ({ alignment, avatar, type, }: Pick<TipWrapperProps, "alignment" | "avatar" | "type">) => "avatarAligned" | "previewAligned" | "horizontalCenter" | "vertCenter" | "aligned";
-export declare const getPopoverAlignmentAndPattern: ({ alignment, type, }: Partial<Pick<TipPlacementComponentProps, "alignment" | "type">>) => (PopoverXPositionType & Pick<PopoverProps, "align">) | (PopoverYPositionType & Pick<PopoverProps, "align">);
+export { getAlignmentStyles, getPopoverAlignmentAndPattern, } from '../popoverAlignmentUtils';
 export declare const createToolTipVariantFromAlignment: (alignment: string) => {
     '&::after': {};
     '&::before': {};
 };