candleview 2.8.0 → 2.8.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
@@ -237,6 +237,7 @@ declare interface CandleViewState {
237
237
  scriptName: string;
238
238
  currentScriptType: ScriptType;
239
239
  currentScriptMarkId: string;
240
+ isIncrement: boolean;
240
241
  }
241
242
 
242
243
  declare interface I18n {