5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
import type { GeolocationPlugin } from './definitions';
|
|
declare const Geolocation: GeolocationPlugin;
|
|
export * from './definitions';
|
|
export { Geolocation };
|