UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

10 lines (8 loc) 158 B
import type { GpsInfo } from '../options'; /** * GPS information of state */ export type StateGpsInfo = { /** GPS information */ gpsInfo?: GpsInfo; };