@blackmagic-controller/core
Version:
An npm module for interfacing with the Blackmagic usb/bluetooth controllers
5 lines • 387 B
TypeScript
import type { HIDDevice } from '../hid-device.js';
import type { OpenBlackmagicControllerOptionsInternal } from './base.js';
import { BlackmagicControllerBase } from './base.js';
export declare function ResolveReplayEditorFactory(device: HIDDevice, options: Required<OpenBlackmagicControllerOptionsInternal>): BlackmagicControllerBase;
//# sourceMappingURL=resolve-replay-editor.d.ts.map