@barchart/chart-lib 2.220.1 → 2.220.2

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.
@@ -2240,7 +2240,7 @@ declare module "@barchart/chart-lib" {
2240
2240
  marginBottom?: number;
2241
2241
  }
2242
2242
 
2243
- interface StudyDefaults {
2243
+ export interface StudyDefaults {
2244
2244
  source?: string;
2245
2245
  inputs?: StudyInput[];
2246
2246
  curves: Curve[];