@mindly/ui-components 6.9.0 → 6.9.1
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
|
@@ -3816,7 +3816,7 @@ type SelectionListItem = {
|
|
|
3816
3816
|
};
|
|
3817
3817
|
type SelectionListFeatureProps = {
|
|
3818
3818
|
items: SelectionListItem[];
|
|
3819
|
-
selected?: string;
|
|
3819
|
+
selected?: string[];
|
|
3820
3820
|
searchValue: string;
|
|
3821
3821
|
searchPlaceholder?: string;
|
|
3822
3822
|
onItemSelectionChange: (items: string[]) => void;
|