prlg-ui 1.8.74 → 1.8.77

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
@@ -330,6 +330,7 @@ declare type __VLS_Props_11 = SelectButtonProps;
330
330
  declare type __VLS_Props_12 = Props_2;
331
331
 
332
332
  declare type __VLS_Props_13 = {
333
+ label?: string;
333
334
  disabled?: boolean;
334
335
  };
335
336