UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

7 lines 292 B
import type { ThetaDevice } from '../theta-device'; import type { BleServiceEnum } from './values/ble-service'; export declare abstract class ThetaService { abstract readonly service: BleServiceEnum; abstract readonly device: ThetaDevice; } //# sourceMappingURL=theta-service.d.ts.map