forstok-ui-lib 8.5.19 → 8.5.20

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
@@ -633,6 +633,7 @@ type TSelect = {
633
633
  type?: string;
634
634
  mode?: string;
635
635
  isError?: boolean;
636
+ customLabel?: (arg0: SingleValueProps) => void;
636
637
  customOption?: (arg0: OptionProps) => void;
637
638
  MenuList?: any;
638
639
  reset?: boolean;