@voiceiq/web-components
Version:
VoiceIQ Web Component library
13 lines (12 loc) • 1.06 kB
TypeScript
/// <reference types="react" />
declare const _default: {
useUserSearchMode: () => {
searchInputValue: string;
setSearchInputValue: import("react").Dispatch<import("react").SetStateAction<string>>;
};
useUserSuggestions: (suggestionItemClassName: string, suggestionItemAvatarClassname: string, userSuggestionItems: any[], callbackValue: any, setSearchInputValue: import("react").Dispatch<import("react").SetStateAction<string>>, onUserSearch: (searchTerm: string, callbackValue: any) => any, getUserSuggestionId: ((userSuggestion: any) => string) | null | undefined, getUserSuggestionName: ((userSuggestion: any) => string) | null | undefined, getUserSuggestionAvatarUrl: ((userSuggestion: any) => string) | null | undefined, getUserSuggestionCallbackValue: ((userSuggestion: any) => any) | null | undefined, onSuggestionSelected: (event: any, callbackValue: any) => any) => {
suggestionNodes: import("react").ReactNode[];
onSearchValueChange: (searchTerm: string) => void;
};
};
export default _default;