UNPKG

react-native-labidc-location

Version:

7 lines (6 loc) 203 B
declare module "react-native-labidc-location" { export default class LabidcLocation { static start(interval: Number): void; static poiSearch(jsonModel: String, callBack: Function): void; } }