UNPKG

@blackmagic-controller/core

Version:

An npm module for interfacing with the Blackmagic usb/bluetooth controllers

5 lines 385 B
import type { HIDDevice } from '../hid-device.js'; import type { OpenBlackmagicControllerOptionsInternal } from './base.js'; import { BlackmagicControllerBase } from './base.js'; export declare function ResolveSpeedEditorFactory(device: HIDDevice, options: Required<OpenBlackmagicControllerOptionsInternal>): BlackmagicControllerBase; //# sourceMappingURL=resolve-speed-editor.d.ts.map