Skip to content

Commit

Permalink
fix: TypeScript parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed Nov 7, 2024
1 parent 2a2215d commit 31259ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/AsyncSelect/AsyncSelectComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import {
MenuProps,
MultiValueProps,
} from "react-select";
import { components, type GroupBase } from "react-select";
import { components, GroupBase } from "react-select";
import type { OptionProps } from "react-windowed-select";
import { type ComponentVariant, useComponentVariant } from "../NDSProvider/ComponentVariantContext";
import { useComponentVariant } from "../NDSProvider/ComponentVariantContext";
import type { ComponentVariant } from "../NDSProvider/ComponentVariantContext";
import { StyledOption } from "../Select/SelectOption";

export const SelectControl = <Option, IsMulti extends boolean, Group extends GroupBase<Option>>(
Expand Down

0 comments on commit 31259ba

Please sign in to comment.