@kwantis-id3/frontend-library 0.16.1 → 0.16.3
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
|
@@ -96,6 +96,7 @@ interface SingleSelectProps<Option = {
|
|
|
96
96
|
isOptionDisabled?: (option: Option) => boolean;
|
|
97
97
|
isLoading?: boolean;
|
|
98
98
|
color?: ThemeColorsExtended;
|
|
99
|
+
containerId?: string;
|
|
99
100
|
htmlId?: string;
|
|
100
101
|
className?: string;
|
|
101
102
|
}
|
|
@@ -115,6 +116,7 @@ interface MultiSelectProps<Option = {
|
|
|
115
116
|
isOptionDisabled?: (option: Option) => boolean;
|
|
116
117
|
isLoading?: boolean;
|
|
117
118
|
color?: ThemeColorsExtended;
|
|
119
|
+
containerId?: string;
|
|
118
120
|
htmlId?: string;
|
|
119
121
|
className?: string;
|
|
120
122
|
}
|