candleview 2.9.0 → 2.9.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.
package/dist/index.d.ts CHANGED
@@ -32,7 +32,7 @@ declare enum AIFunctionType {
32
32
  declare class CandleView extends default_2.Component<CandleViewProps, CandleViewState> {
33
33
  candleViewRef: default_2.RefObject<HTMLDivElement | null>;
34
34
  private chartRef;
35
- private chartContainerRef;
35
+ chartContainerRef: default_2.RefObject<HTMLDivElement | null>;
36
36
  private chartLayerRef;
37
37
  private chart;
38
38
  private resizeObserver;