tcce-design-system-test 0.3.36 → 0.3.37

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.
@@ -1394,6 +1394,10 @@ export declare interface SelectInputProps extends Omit<SelectHTMLAttributes<HTML
1394
1394
  inputClassName?: string;
1395
1395
  optionsClassName?: string;
1396
1396
  optionClassName?: string | ((option: SelectOption | null) => string);
1397
+ searchable?: boolean;
1398
+ searchPlaceholder?: string;
1399
+ clearSearchOnSelect?: boolean;
1400
+ noResultsMessage?: string;
1397
1401
  }
1398
1402
 
1399
1403
  export declare interface SelectOption {