@codecademy/gamut
71.0.071.0.1-alpha.69ab4c.0
dist/Form/SelectDropdown/elements/options.d.ts~
dist/Form/SelectDropdown/elements/options.d.tsModified+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
@@ -2,8 +2,9 @@
import { CustomSelectComponentProps, ExtendedOption, SelectDropdownGroup } from '../types';
/**
* 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;
/**
* Custom single value component that displays abbreviated text when available.