UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

12 lines (11 loc) 270 B
/** AI auto thumbnail setting. */ export const AiAutoThumbnailEnum = { /** Undefined value */ UNKNOWN: 'UNKNOWN', /** ON */ ON: 'ON', /** OFF */ OFF: 'OFF' }; /** type definition of AiAutoThumbnailEnum */ //# sourceMappingURL=option-ai-auto-thumbnail.js.map