@mirantes-micro/foundation-design-system 0.0.98 → 0.0.99

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
@@ -307,6 +307,7 @@ interface IDropdownOption {
307
307
  id: string;
308
308
  label: string;
309
309
  value: string;
310
+ icon?: React.ReactNode;
310
311
  }
311
312
 
312
313
  declare function CustomDropdown({ trigger, options, onSelect, className, itemClassName, itemHoverClassName, animate, }: IDropdownProps): React__default.JSX.Element;