@carbonorm/carbonreact 4.0.5 → 4.0.6

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.
@@ -1,6 +1,6 @@
1
1
  import CarbonReact, { iCarbonReactState } from "../../CarbonReact";
2
2
  import { ReactElement } from "react";
3
- declare const _default: <P, S extends Partial<iCarbonReactState>>(props: {
3
+ declare const _default: <P, S extends iCarbonReactState>(props: {
4
4
  instance: CarbonReact<P, S>;
5
5
  }) => ReactElement;
6
6
  export default _default;