UNPKG

react-native-place-picker

Version:
4 lines 271 B
import type { PlacePickerOptions, PlacePickerResults } from "./ReactNativePlacePicker.types"; export declare function pickPlace(options?: PlacePickerOptions): Promise<PlacePickerResults>; export * from "./ReactNativePlacePicker.types"; //# sourceMappingURL=index.d.ts.map