@mappingfactory/sdk-react
Version:
React SDK for Michelin's Navigation and Mapping Services.
14 lines (13 loc) • 303 B
TypeScript
import { Search } from '@mappingfactory/sdk-js';
/**
*
* Since we cannot use the SDK directly in the browser, we need to wrap it in the RoadsheetWrapper class
* before.
*
* @param options
* @returns
*/
export declare function useSearch(): {
error: Error | null;
search: Search | null;
};