Skip to content

Commit

Permalink
fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jul 29, 2024
1 parent 67629df commit cc17d38
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import { createContext } from 'react';
import type { useFormField } from '../useFormField';

import type { ComboboxProps } from './Combobox';
import type { Option } from './useCombobox';
import type { useCombobox } from './useCombobox';
import type { Option , useCombobox } from './useCombobox';

export type ComboboxContextType = {
multiple: NonNullable<ComboboxProps['multiple']>;
Expand Down

0 comments on commit cc17d38

Please sign in to comment.