@codecademy/gamut
72.2.272.2.3-alpha.f0a032.0
dist/Form/SelectDropdown/elements/controls.d.ts~
dist/Form/SelectDropdown/elements/controls.d.tsModified+1−15
Index: package/dist/Form/SelectDropdown/elements/controls.d.ts
===================================================================
--- package/dist/Form/SelectDropdown/elements/controls.d.ts
+++ package/dist/Form/SelectDropdown/elements/controls.d.ts
@@ -1,20 +1,6 @@
-import { AriaOnFocus } from 'react-select';
-import { ExtendedOption, SizedIndicatorProps } from '../types';
+import { SizedIndicatorProps } from '../types';
/**
- * Generates accessible focus messages for screen readers.
- * Provides detailed information about the currently focused option.
- *
- * @param params - Object containing the focused option details
- * @returns Formatted accessibility message
- */
-export declare const onFocus: AriaOnFocus<ExtendedOption>;
-/**
* Custom dropdown indicator that shows either a chevron or search icon.
* The icon type depends on whether the select is searchable or not.
*/
export declare const DropdownButton: (props: SizedIndicatorProps) => import("react/jsx-runtime").JSX.Element;
-/**
- * Custom remove all button for multi-select mode.
- * Provides keyboard navigation and accessible removal of all selected values.
- */
-export declare const RemoveAllButton: (props: SizedIndicatorProps) => import("react/jsx-runtime").JSX.Element;