We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 687eaba + 7b75a1f commit 966d9c5Copy full SHA for 966d9c5
src/components/ChannelSearch/index.ts
@@ -3,3 +3,4 @@ export * from './SearchBar';
3
export * from './SearchInput';
4
export * from './SearchResults';
5
export * from './utils';
6
+export type { ChannelSearchFunctionParams, ChannelSearchParams } from './hooks/useChannelSearch';
0 commit comments