@inntechcorp/it-design 2.0.112 → 2.0.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
|
@@ -760,8 +760,8 @@ type TextAreaVariant = "default" | "filled" | "dashed";
|
|
|
760
760
|
|
|
761
761
|
type SelectProps = {
|
|
762
762
|
id?: string;
|
|
763
|
-
defaultValue?: string | number;
|
|
764
|
-
value?: string | number;
|
|
763
|
+
defaultValue?: string | number | [];
|
|
764
|
+
value?: string | number | [];
|
|
765
765
|
label?: string;
|
|
766
766
|
position?: SelectPosition;
|
|
767
767
|
direction?: SelectDirection;
|