Type exported for your convenience if you need it in your code.
type CubeSizeBreakpoint = "base" | "sm" | "md" | "lg" | "xl" | "2xl" // Clearer version of the type for illustration purposes for typedoc because it doesn't simplify the type. Copy
type CubeSizeBreakpoint = "base" | "sm" | "md" | "lg" | "xl" | "2xl" // Clearer version of the type for illustration purposes for typedoc because it doesn't simplify the type.
Generated using TypeDoc
Type exported for your convenience if you need it in your code.