@useloops/design-system 1.4.116 → 1.4.117

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
@@ -547,7 +547,7 @@ type SelectProps = {
547
547
  sizing?: 'xs' | 'md' | 'lg';
548
548
  sx?: SelectProps$1['sx'];
549
549
  value?: SelectProps$1['value'];
550
- renderListItem?: (label: string) => ReactElement;
550
+ renderListItem?: (value: string, label: string) => ReactElement;
551
551
  };
552
552
  declare const Select: FunctionComponent<SelectProps>;
553
553