@codecademy/gamut

73.3.073.3.1-alpha.0e5de6.0
dist/Form/SelectDropdown/elements/options.d.ts
~dist/Form/SelectDropdown/elements/options.d.tsModified
+1−1
Index: package/dist/Form/SelectDropdown/elements/options.d.ts
===================================================================
--- package/dist/Form/SelectDropdown/elements/options.d.ts
+++ package/dist/Form/SelectDropdown/elements/options.d.ts
@@ -4,9 +4,9 @@
  * Custom option component that displays a check icon for selected items.
  * Also manages ARIA attributes for accessibility.
  * Skips the check icon for react-select/creatable's "Add" row (__isNew__).
  */
-export declare const IconOption: ({ children, ...rest }: CustomSelectComponentProps<typeof SelectDropdownElements.Option>) => import("react/jsx-runtime").JSX.Element;
+export declare const IconOptionComponent: ({ children, ...rest }: CustomSelectComponentProps<typeof SelectDropdownElements.Option>) => import("react/jsx-runtime").JSX.Element;
 /**
  * Custom single value component that displays abbreviated text when available.
  * This is only for selected single values - we notablely do not want rightLabel or subtitle here.
  * Falls back to the full label if no abbreviation is provided.