@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 +1 -1
- package/dist/index.esm.js +284 -497
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +284 -496
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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:
|
|
547
|
+
Container: ({ children, styles: stylesOverrides, }: {
|
|
548
548
|
children: React.ReactNode;
|
|
549
549
|
styles?: StylesType$1 | undefined;
|
|
550
550
|
}) => JSX.Element;
|