@barchart/chart-lib 2.388.4 → 2.389.1

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.
@@ -2811,6 +2811,7 @@ declare module "@barchart/chart-lib" {
2811
2811
  export interface AnnotationConfig {
2812
2812
  id: AnnotationId;
2813
2813
  options: string[];
2814
+ defaults: Record<string, any>;
2814
2815
  types: AnnotationType[];
2815
2816
  numPoints: number;
2816
2817
  }