prlg-ui 1.8.141 → 1.8.143

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
@@ -358,6 +358,8 @@ declare type __VLS_Props_14 = {
358
358
  maxlength?: number;
359
359
  resizable?: boolean;
360
360
  required?: boolean;
361
+ allowClear?: boolean;
362
+ minHeight?: string;
361
363
  };
362
364
 
363
365
  declare type __VLS_Props_15 = ICalendarProps;