@carbonorm/carbonreact 4.0.8 → 4.0.9

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.
@@ -25,7 +25,7 @@ declare abstract class CarbonReact<P = {}, S extends iCarbonReactState = iCarbon
25
25
  private static persistentStateMap;
26
26
  context: Context<S & iCarbonReactState>;
27
27
  protected target: typeof CarbonReact;
28
- protected static _instance: CarbonReact<any, any>;
28
+ protected static _instance: ThisType<CarbonReact<any, any>>;
29
29
  static getInstance<T extends CarbonReact<any, any>>(): T;
30
30
  static get instance(): CarbonReact<any, any>;
31
31
  static set instance(instance: CarbonReact<any, any>);