UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

9 lines 205 B
import type { GpsInfo } from '../options'; /** * GPS information of state */ export type StateGpsInfo = { /** GPS information */ gpsInfo?: GpsInfo; }; //# sourceMappingURL=state-gps-info.d.ts.map