prlg-ui 1.8.113 → 1.8.115

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
@@ -486,6 +486,8 @@ declare type __VLS_Props_6 = {
486
486
  value?: any;
487
487
  size?: "small" | "default" | "large";
488
488
  name?: string;
489
+ customId?: string;
490
+ checked?: boolean;
489
491
  };
490
492
 
491
493
  declare type __VLS_Props_7 = InputTextProps;