@codecademy/gamut
68.2.268.2.3-alpha.93a7da.0
dist/DatePicker/DatePickerContext/__tests__/mockContexts.d.ts+
dist/DatePicker/DatePickerContext/__tests__/mockContexts.d.tsNew file+3
Index: package/dist/DatePicker/DatePickerContext/__tests__/mockContexts.d.ts
===================================================================
--- package/dist/DatePicker/DatePickerContext/__tests__/mockContexts.d.ts
+++ package/dist/DatePicker/DatePickerContext/__tests__/mockContexts.d.ts
@@ -0,0 +1,3 @@
+import type { DatePickerRangeContextValue, DatePickerSingleContextValue } from '../types';
+export declare function createMockSingleContext(overrides?: Partial<DatePickerSingleContextValue>): DatePickerSingleContextValue;
+export declare function createMockRangeContext(overrides?: Partial<DatePickerRangeContextValue>): DatePickerRangeContextValue;