@inntechcorp/it-design 2.0.141 → 2.0.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
@@ -878,6 +878,7 @@ type SelectOptionProps = {
878
878
  label: ChildrenProps;
879
879
  value: SelectValue;
880
880
  icon?: ChildrenProps;
881
+ image?: string;
881
882
  disabled?: boolean;
882
883
  };
883
884
  type SelectValue = string | number | (string | number)[];