Interface SearchHubActionCreators

The search hub action creators.

See Dispatch actions.

interface SearchHubActionCreators {
    setSearchHub(searchHub: string): { payload: string; type: string };
}

Methods

Methods