@useloops/design-system 1.4.328 → 1.4.329

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
@@ -1632,6 +1632,7 @@ type SelectProps = {
1632
1632
  onOpen?: SelectProps$1['onOpen'];
1633
1633
  value?: SelectProps$1['value'];
1634
1634
  renderListItem?: (value: string, label: string) => ReactElement;
1635
+ renderSelectedItem?: (value: string, label?: string) => ReactElement;
1635
1636
  };
1636
1637
  declare const Select: FunctionComponent<SelectProps>;
1637
1638