@inntechcorp/it-design 2.0.0 → 2.0.2

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
@@ -678,6 +678,7 @@ type InputProps = {
678
678
  };
679
679
 
680
680
  type SelectProps = {
681
+ id?: string;
681
682
  defaultValue?: string | number;
682
683
  value?: string | number;
683
684
  label?: string | number;