@modul/mbui 0.0.38-beta-select-84a90d8a → 0.0.38-beta-select-67278f87
Sign up to get free protection for your applications and to get access to all the features.
@@ -24,8 +24,8 @@ interface ISelectDrawerProps {
|
|
24
24
|
OptionComponent?: (props: ISelectOption) => ReactNode;
|
25
25
|
ValueComponent?: React.ElementType<ISelectValue>;
|
26
26
|
};
|
27
|
-
value
|
28
|
-
defaultValue
|
27
|
+
value?: undefined | string | string[];
|
28
|
+
defaultValue?: undefined | string | string[];
|
29
29
|
menuListCSS?: string;
|
30
30
|
triggerWrapperCSS?: string;
|
31
31
|
dropWrapperCSS?: string;
|