theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
10 lines • 476 B
TypeScript
/** theta frame event name
* Note: TurboModule interfaces cannot contain constant properties (Codegen limitation).
* Therefore, this constant is defined here instead of in the Spec interface,
* even though Swift's constantsToExport() defines it as DEFAULT_EVENT_NAME.
*/
export declare const THETA_EVENT_NAME = "ThetaFrameEvent";
export * from './theta-repository';
export * from './theta-repository/options';
export * from './capture';
//# sourceMappingURL=index.d.ts.map