UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

28 lines 743 B
/** * Support THETA model */ export declare const ThetaModel: { /** * Undefined item */ readonly UNKNOWN: "UNKNOWN"; /** THETA S */ readonly THETA_S: "THETA_S"; /** THETA SC */ readonly THETA_SC: "THETA_SC"; /** THETA V */ readonly THETA_V: "THETA_V"; /** THETA Z1 */ readonly THETA_Z1: "THETA_Z1"; /** THETA X */ readonly THETA_X: "THETA_X"; /** THETA SC2 */ readonly THETA_SC2: "THETA_SC2"; /** THETA SC2 for business */ readonly THETA_SC2_B: "THETA_SC2_B"; /** THETA A1 */ readonly THETA_A1: "THETA_A1"; }; /** type definition of ThetaModel */ export type ThetaModel = (typeof ThetaModel)[keyof typeof ThetaModel]; //# sourceMappingURL=theta-model.d.ts.map