@cronocode/react-box 1.5.4 → 1.5.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
@@ -217,7 +217,7 @@ interface BoxPointerEvents {
217
217
  pointerEvents?: PointerEventsType;
218
218
  }
219
219
  type BoxNormalStyles = BoxPseudoClasses & BoxDisplay & BoxSizing & BoxPosition & BoxSize & BoxMargin & BoxPadding & BoxBorder & BoxCursor & BoxZIndex & BoxOverflow & BoxOpacity & BoxFont & BoxText & BoxFlex & BoxOutline & BoxTransition & BoxUserSelect & BoxAppearance & BoxPointerEvents;
220
- declare namespace Augmented {
220
+ export declare namespace Augmented {
221
221
  interface BoxProps {
222
222
  }
223
223
  interface SvgProps {