@codecademy/gamut

68.2.268.2.3-alpha.809fdd.0
dist/List/ListProvider.d.ts
~dist/List/ListProvider.d.tsModified
+1−1
Index: package/dist/List/ListProvider.d.ts
===================================================================
--- package/dist/List/ListProvider.d.ts
+++ package/dist/List/ListProvider.d.ts
@@ -11,6 +11,6 @@
     root: boolean;
     rowBreakpoint: "xs" | "sm" | "md" | undefined;
     scrollable: boolean | undefined;
     spacing: "normal" | "condensed" | "compact" | undefined;
-    variant: "table" | "default" | "block" | "plain" | "card" | undefined;
+    variant: "table" | "block" | "default" | "plain" | "card" | undefined;
 };