@codecademy/gamut
73.6.173.6.2-alpha.3e37cd.0
dist/DatePicker/sharedTypes.d.ts~
dist/DatePicker/sharedTypes.d.tsModified+2−1
Index: package/dist/DatePicker/sharedTypes.d.ts
===================================================================
--- package/dist/DatePicker/sharedTypes.d.ts
+++ package/dist/DatePicker/sharedTypes.d.ts
@@ -1,5 +1,6 @@
-export interface DatePickerSharedProps {
+import { ComponentPropsWithoutRef } from 'react';
+export interface DatePickerSharedProps extends Omit<ComponentPropsWithoutRef<'div'>, 'color'> {
/**
* Return `true` to disable that calendar day. Use `matchDisabledDates` from `./utils/dateGrid`
* to disable a fixed list of days.
*