theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
20 lines (18 loc) • 305 B
text/typescript
import type { ValueRange } from './options';
/**
* Supported TopBottomCorrectionRotation
*/
export type TopBottomCorrectionRotationSupport = {
/**
* Supported pitch
*/
pitch: ValueRange;
/**
* Supported roll
*/
roll: ValueRange;
/**
* Supported yaw
*/
yaw: ValueRange;
};