theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
18 lines (16 loc) • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AiAutoThumbnailEnum = void 0;
/** AI auto thumbnail setting. */
const AiAutoThumbnailEnum = exports.AiAutoThumbnailEnum = {
/** Undefined value */
UNKNOWN: 'UNKNOWN',
/** ON */
ON: 'ON',
/** OFF */
OFF: 'OFF'
};
/** type definition of AiAutoThumbnailEnum */
//# sourceMappingURL=option-ai-auto-thumbnail.js.map