prlg-ui 1.8.138 → 1.8.139

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
@@ -451,6 +451,7 @@ declare type __VLS_Props_30 = {
451
451
  layouts?: 'vertical' | 'horizontal';
452
452
  type?: 'solid' | 'dashed' | 'dotted';
453
453
  align?: 'left' | 'right' | 'center';
454
+ size?: number;
454
455
  };
455
456
 
456
457
  declare type __VLS_Props_31 = {