plainframe-ui 0.1.47 → 0.1.48

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
@@ -1064,8 +1064,8 @@ type SelectProps<T = unknown> = {
1064
1064
  triggerRender?: (selected: React.ReactNode | React.ReactNode[] | undefined) => React.ReactNode;
1065
1065
  };
1066
1066
  declare const Select: {
1067
- <T>({ value, defaultValue, onChange, label, placeholder, startIcon, endIcon, disabled, size, variant, fullWidth, width, menuAlign, menuWidth, menuMaxHeight, wrapperCss, labelCss, triggerCss, menuCss, optionCss, children, className, menuSize, triggerRender, multiple, }: SelectProps<T>): JSX.Element;
1068
- DisplayName: string;
1067
+ <T>({ value, defaultValue, onChange, label, placeholder, startIcon, endIcon, multiple, disabled, size, variant, fullWidth, width, menuAlign, menuWidth, menuMaxHeight, wrapperCss, labelCss, triggerCss, menuCss, optionCss, children, className, menuSize, triggerRender, }: SelectProps<T>): JSX.Element;
1068
+ displayName: string;
1069
1069
  };
1070
1070
 
1071
1071
  /** @jsxImportSource @emotion/react */