@codecademy/gamut

68.6.268.6.3-alpha.92d8ae.0
dist/DatePicker/DatePickerInput/DatePickerRangeInputWrapper/index.d.ts
+dist/DatePicker/DatePickerInput/DatePickerRangeInputWrapper/index.d.tsNew file
+7
Index: package/dist/DatePicker/DatePickerInput/DatePickerRangeInputWrapper/index.d.ts
===================================================================
--- package/dist/DatePicker/DatePickerInput/DatePickerRangeInputWrapper/index.d.ts
+++ package/dist/DatePicker/DatePickerInput/DatePickerRangeInputWrapper/index.d.ts
@@ -0,0 +1,7 @@
+import type { DatePickerInputShellProps } from '../DatePickerInputShell';
+export type DatePickerRangeInputWrapperProps = Omit<DatePickerInputShellProps, 'labelledById' | 'shellId' | 'rangePart'> & {
+    description?: string;
+};
+export declare const DatePickerRangeInputWrapper: import("react").ForwardRefExoticComponent<Omit<DatePickerInputShellProps, "labelledById" | "rangePart" | "shellId"> & {
+    description?: string;
+} & import("react").RefAttributes<HTMLDivElement>>;