@ballistix.digital/react-components 0.2.0 → 0.3.0

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/dist/index.d.ts CHANGED
@@ -544,7 +544,7 @@ interface Props$1 {
544
544
  styles?: StylesType$1;
545
545
  }
546
546
  declare const _default: {
547
- Container: ({ children, styles: customStyles, }: {
547
+ Container: ({ children, styles: stylesOverrides, }: {
548
548
  children: React.ReactNode;
549
549
  styles?: StylesType$1 | undefined;
550
550
  }) => JSX.Element;