@codecademy/gamut

72.2.272.2.3-alpha.f0a032.0
dist/Form/SelectDropdown/elements/index.d.ts
~dist/Form/SelectDropdown/elements/index.d.tsModified
+2−1
Index: package/dist/Form/SelectDropdown/elements/index.d.ts
===================================================================
--- package/dist/Form/SelectDropdown/elements/index.d.ts
+++ package/dist/Form/SelectDropdown/elements/index.d.ts
@@ -1,5 +1,6 @@
 export { iconSize, selectedIconSize, indicatorIcons } from './constants';
 export { MultiValueWithColorMode, MultiValueRemoveButton, RemoveAllButton, } from './multi-value';
-export { DropdownButton, onFocus } from './controls';
+export { DropdownButton } from './controls';
+export { onFocus } from '../core/accessibility';
 export { SelectDropdownContext, CustomContainer, CustomInput, CustomValueContainer, TypedReactSelect, } from './containers';
 export { IconOption, AbbreviatedSingleValue, formatOptionLabel, formatGroupLabel, } from './options';