prlg-ui 1.8.73 → 1.8.75

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
@@ -492,7 +492,7 @@ declare type __VLS_Props_8 = {
492
492
  min?: number;
493
493
  countInPackage?: number;
494
494
  icon?: Component;
495
- iconPosition?: 'left' | 'right';
495
+ iconPosition?: "left" | "right";
496
496
  formatter?: (value: number) => number;
497
497
  };
498
498