@fattureincloud/fic-design-system 0.19.16 → 0.19.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { DefaultDropdownProps } from '../types';
3
- declare const DefaultDropdown: ({ closeDropdown, componentId, content, fullWidth, maxWidth, rowHasFocus, setHighlightedItem, emptyState, }: DefaultDropdownProps) => JSX.Element;
3
+ declare const DefaultDropdown: ({ closeDropdown, componentId, content, emptyState, fullWidth, maxWidth, rowHasFocus, setHighlightedItem, }: DefaultDropdownProps) => JSX.Element;
4
4
  export default DefaultDropdown;