@rive-app/webgl-single 2.23.2 → 2.23.4

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.
@@ -370,13 +370,13 @@ export declare class Artboard {
370
370
  /**
371
371
  * Getter and setter for the artboard width
372
372
  */
373
- get artboardWidth(): number | undefined;
373
+ get artboardWidth(): number;
374
374
  set artboardWidth(val: number);
375
375
 
376
376
  /**
377
377
  * Getter and setter for the artboard height
378
378
  */
379
- get artboardHeight(): number | undefined;
379
+ get artboardHeight(): number;
380
380
  set artboardHeight(val: number);
381
381
 
382
382
  /**