prlg-ui 1.8.112 → 1.8.114

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,7 @@ declare type __VLS_Props_6 = {
486
486
  value?: any;
487
487
  size?: "small" | "default" | "large";
488
488
  name?: string;
489
+ customId?: string;
489
490
  };
490
491
 
491
492
  declare type __VLS_Props_7 = InputTextProps;
@@ -860,7 +861,13 @@ declare function __VLS_template_6(): {
860
861
  option?(_: {
861
862
  option: DropdownOption;
862
863
  selected: boolean;
863
- multiple: boolean;
864
+ multiple: true;
865
+ handleSelect: () => void;
866
+ }): any;
867
+ option?(_: {
868
+ option: DropdownOption;
869
+ selected: boolean;
870
+ multiple: false;
864
871
  handleSelect: () => void;
865
872
  }): any;
866
873
  };