prlg-ui 1.8.103 → 1.8.105

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
@@ -352,6 +352,7 @@ declare type __VLS_Props_14 = {
352
352
  size?: 'default' | 'small' | 'large';
353
353
  maxlength?: number;
354
354
  resizable?: boolean;
355
+ required?: boolean;
355
356
  };
356
357
 
357
358
  declare type __VLS_Props_15 = ICalendarProps;