@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: undefined | string | string[];
28
- defaultValue: undefined | string | string[];
27
+ value?: undefined | string | string[];
28
+ defaultValue?: undefined | string | string[];
29
29
  menuListCSS?: string;
30
30
  triggerWrapperCSS?: string;
31
31
  dropWrapperCSS?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modul/mbui",
3
- "version": "0.0.38-beta-select-84a90d8a",
3
+ "version": "0.0.38-beta-select-67278f87",
4
4
  "packageManager": "yarn@3.5.1",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",