UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

32 lines (28 loc) 671 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThetaModel = void 0; /** Support THETA model */ const ThetaModel = exports.ThetaModel = { /** THETA S */ THETA_S: 'THETA_S', /** THETA SC */ THETA_SC: 'THETA_SC', /** THETA V */ THETA_V: 'THETA_V', /** THETA Z1 */ THETA_Z1: 'THETA_Z1', /** THETA X */ THETA_X: 'THETA_X', /** THETA SC2 */ THETA_SC2: 'THETA_SC2', /** THETA SC2 for business */ THETA_SC2_B: 'THETA_SC2_B', /** THETA A1 */ THETA_A1: 'THETA_A1' }; /** type definition of ThetaModel */ /** Static attributes of Theta. */ /** endpoint information */ //# sourceMappingURL=theta-info.js.map