Skip to content

Commit

Permalink
Update packages/react-select/src/styles.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebennett88 authored and dcousens committed Nov 16, 2022
1 parent 2f5f044 commit 153107d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-select/src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ export type StylesConfig<
};

export type ClassNamesConfig<
Option,
IsMulti extends boolean,
Group extends GroupBase<Option>
Option = unknown,
IsMulti extends boolean = boolean,
Group extends GroupBase<Option> = GroupBase<Option>
> = {
[K in keyof StylesProps<Option, IsMulti, Group>]?: (
props: StylesProps<Option, IsMulti, Group>[K]
Expand Down

0 comments on commit 153107d

Please sign in to comment.