@codecademy/gamut
68.2.268.2.3-alpha.794432.0
dist/DatePicker/Calendar/utils/elements.d.ts+
dist/DatePicker/Calendar/utils/elements.d.tsNew file+18
Index: package/dist/DatePicker/Calendar/utils/elements.d.ts
===================================================================
--- package/dist/DatePicker/Calendar/utils/elements.d.ts
+++ package/dist/DatePicker/Calendar/utils/elements.d.ts
@@ -0,0 +1,18 @@
+export declare const CalendarTable: import("@emotion/styled").StyledComponent<{
+ theme?: import("@emotion/react").Theme;
+ as?: React.ElementType;
+} & {
+ theme?: import("@emotion/react").Theme;
+}, import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
+export declare const TableHeader: import("@emotion/styled").StyledComponent<{
+ theme?: import("@emotion/react").Theme;
+ as?: React.ElementType;
+} & {
+ theme?: import("@emotion/react").Theme;
+}, import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {}>;
+export declare const DateCell: import("@emotion/styled").StyledComponent<{
+ theme?: import("@emotion/react").Theme;
+ as?: React.ElementType;
+} & Partial<Record<"isDisabled" | "isSelected" | "isToday" | "isRangeStart" | "isRangeEnd" | "isInRange", boolean>> & {
+ theme?: import("@emotion/react").Theme;
+}, import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {}>;