@codecademy/gamut
68.2.168.2.2-alpha.8940e8.0
dist/DataList/Tables/Rows/elements.d.ts~
dist/DataList/Tables/Rows/elements.d.tsModified+1−2
Index: package/dist/DataList/Tables/Rows/elements.d.ts
===================================================================
--- package/dist/DataList/Tables/Rows/elements.d.ts
+++ package/dist/DataList/Tables/Rows/elements.d.ts
@@ -1,4 +1,3 @@
-/// <reference types="react" />
export declare const StyledHeaderRow: import("@emotion/styled").StyledComponent<Omit<import("../../../List").TableHeaderProps, "ref"> & import("react").RefAttributes<HTMLTableRowElement> & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
} & Partial<Record<"invisible" | "isDataList", boolean>>, {}, {}>;