@cube-dev/ui-kit 0.2.6 → 0.2.7

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.
@@ -37,7 +37,7 @@ export declare function ListBoxPopup({ state, popoverRef, listBoxRef, listBoxSty
37
37
  disallowEmptySelection: any;
38
38
  shouldUseVirtualFocus?: boolean | undefined;
39
39
  placement: any;
40
- minWidth?: undefined;
40
+ minWidth: any;
41
41
  }): JSX.Element;
42
42
  declare const _Select: import("react").ForwardRefExoticComponent<CubeSelectProps<object> & import("react").RefAttributes<import("@react-types/shared").DOMRefValue<HTMLDivElement>>> & {
43
43
  Item: <T>(props: import("@react-types/shared").ItemProps<T>) => JSX.Element;