candleview 2.3.0 → 2.3.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
@@ -213,6 +213,7 @@ declare interface CandleViewState {
213
213
  terminal: boolean;
214
214
  terminalHeightRatio: number;
215
215
  isResizingTerminal: boolean;
216
+ markData: IStaticMarkData[];
216
217
  }
217
218
 
218
219
  declare interface I18n {