@codecademy/gamut

68.2.168.2.2-alpha.8940e8.0
dist/Popover/styles/beak.d.ts
~dist/Popover/styles/beak.d.tsModified
+1−1
Index: package/dist/Popover/styles/beak.d.ts
===================================================================
--- package/dist/Popover/styles/beak.d.ts
+++ package/dist/Popover/styles/beak.d.ts
@@ -17,6 +17,6 @@
     height: string;
     width: string;
 };
 export declare const beakVariantsArray: string[];
-export declare const getBeakVariant: ({ align, position, beak, variant, }: Pick<PopoverProps, 'align' | 'position' | 'beak' | 'variant'>) => string;
+export declare const getBeakVariant: ({ align, position, beak, variant, }: Pick<PopoverProps, "align" | "position" | "beak" | "variant">) => string;
 export declare const createBeakVariantFromAlignment: (alignment: string) => {};