Skip to content

Commit

Permalink
exported FilterOptionOption
Browse files Browse the repository at this point in the history
  • Loading branch information
onihani committed Jan 17, 2025
1 parent 179b816 commit 0c512c4
Show file tree
Hide file tree
Showing 2 changed files with 15,567 additions and 16,402 deletions.
2 changes: 1 addition & 1 deletion packages/react-select/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export { default } from './stateManager';
export { default as NonceProvider } from './NonceProvider';
export { mergeStyles } from './styles';
export { defaultTheme } from './theme';
export { createFilter } from './filters';
export { createFilter, FilterOptionOption } from './filters';
export { components } from './components';
export type SelectInstance<
Option = unknown,
Expand Down
Loading

0 comments on commit 0c512c4

Please sign in to comment.