@cronocode/react-box 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types.d.ts CHANGED
@@ -42,7 +42,7 @@ declare type GapType = (typeof styleVariables.gap)[number];
42
42
  declare type BoxSizeValue = (typeof styleVariables.sizeSpecialValues)[number];
43
43
  declare type BorderSizeType = (typeof styleVariables.borderSizes)[number];
44
44
  declare type SizeType = (typeof styleVariables.sizes)[number];
45
- declare type ColorType = (typeof styleVariables.baseColors)[number];
45
+ export declare type ColorType = (typeof styleVariables.baseColors)[number];
46
46
  declare type CursorType = (typeof styleVariables.cursors)[number];
47
47
  declare type OverflowType = (typeof styleVariables.overflows)[number];
48
48
  declare type FontSizeType = (typeof styleVariables.fontSizes)[number];