Skip to content

Commit

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

export type ClassNamesConfig<
Option = unknown,
Option = unknown,
IsMulti extends boolean = boolean,
Group extends GroupBase<Option> = GroupBase<Option>
> = {
Expand Down

0 comments on commit b0eb55c

Please sign in to comment.