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