@progress/kendo-charts 1.20.0 → 1.21.0

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.
@@ -122,7 +122,7 @@ export interface QRCodeOptions {
122
122
  }
123
123
 
124
124
  export class QRCode {
125
- constructor(element: Element, options: QRCodeOptions);
125
+ constructor(element: Element, options: QRCodeOptions, errorHandler?: (error: Error) => void);
126
126
 
127
127
  public redraw(): void;
128
128
  public setOptions(options: QRCodeOptions): void;