@useloops/design-system 1.4.73 → 1.4.74

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
@@ -537,6 +537,7 @@ type SelectProps = {
537
537
  sizing?: 'xs' | 'md' | 'lg';
538
538
  sx?: SelectProps$1['sx'];
539
539
  value?: SelectProps$1['value'];
540
+ renderListItem?: (label: string) => ReactElement;
540
541
  };
541
542
  declare const Select: FunctionComponent<SelectProps>;
542
543